Package com.alibaba.graphscope.stdcxx
Class StdVector_cxx_0x37a055
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.stdcxx.StdVector_cxx_0x37a055
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointer,com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,StdVector<GSVertexArray<Integer>>,Serializable
public class StdVector_cxx_0x37a055 extends FFIPointerImpl implements StdVector<GSVertexArray<Integer>>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.stdcxx.StdVector
StdVector.Factory<E>
-
-
Field Summary
Fields Modifier and Type Field Description static intHASH_SHIFTstatic intSIZE-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description StdVector_cxx_0x37a055(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longcapacity()voidclear()longdata()voiddelete()booleanequals(Object o)GSVertexArray<Integer>get(long arg0)inthashCode()static longnativeCapacity(long ptr)static voidnativeClear(long ptr)static longnativeCreateFactory0()static longnativeData(long ptr)static voidnativeDelete(long ptr)static @com.alibaba.fastffi.CXXReference longnativeGet(long ptr, long arg00)static voidnativePush_back(long ptr, long arg00)static voidnativeReserve(long ptr, long arg00)static voidnativeResize(long ptr, long arg00)static voidnativeSet(long ptr, long arg00, long arg11)static longnativeSize(long ptr)voidpush_back(GSVertexArray<Integer> arg0)voidreserve(long arg0)voidresize(long arg0)voidset(long arg0, GSVertexArray<Integer> arg1)voidsetAddress(long arg0)longsize()StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
capacity
public long capacity()
- Specified by:
capacityin interfaceStdVector<GSVertexArray<Integer>>
-
nativeCapacity
public static long nativeCapacity(long ptr)
-
clear
public void clear()
- Specified by:
clearin interfaceStdVector<GSVertexArray<Integer>>
-
nativeClear
public static void nativeClear(long ptr)
-
data
public long data()
- Specified by:
datain interfaceStdVector<GSVertexArray<Integer>>
-
nativeData
public static long nativeData(long ptr)
-
delete
public void delete()
- Specified by:
deletein interfacecom.alibaba.fastffi.CXXPointer
-
nativeDelete
public static void nativeDelete(long ptr)
-
get
public GSVertexArray<Integer> get(long arg0)
- Specified by:
getin interfaceStdVector<GSVertexArray<Integer>>
-
nativeGet
public static @com.alibaba.fastffi.CXXReference long nativeGet(long ptr, long arg00)
-
push_back
public void push_back(GSVertexArray<Integer> arg0)
- Specified by:
push_backin interfaceStdVector<GSVertexArray<Integer>>
-
nativePush_back
public static void nativePush_back(long ptr, long arg00)
-
reserve
public void reserve(long arg0)
- Specified by:
reservein interfaceStdVector<GSVertexArray<Integer>>
-
nativeReserve
public static void nativeReserve(long ptr, long arg00)
-
resize
public void resize(long arg0)
- Specified by:
resizein interfaceStdVector<GSVertexArray<Integer>>
-
nativeResize
public static void nativeResize(long ptr, long arg00)
-
set
public void set(long arg0, GSVertexArray<Integer> arg1)- Specified by:
setin interfaceStdVector<GSVertexArray<Integer>>
-
nativeSet
public static void nativeSet(long ptr, long arg00, long arg11)
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddressin interfacecom.alibaba.fastffi.FFISettablePointer
-
size
public long size()
- Specified by:
sizein interfaceStdVector<GSVertexArray<Integer>>
-
nativeSize
public static long nativeSize(long ptr)
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-