Package org.apache.graphar.stdcxx
Interface StdPair<T1,T2>
-
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFIType
public interface StdPair<T1,T2> extends com.alibaba.fastffi.FFIPointer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T1getFirst()T2getSecond()
-