Package com.alibaba.graphscope.stdcxx
Class StdSharedPtr_cxx_0xbc62baa8
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.stdcxx.StdSharedPtr_cxx_0xbc62baa8
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,StdSharedPtr<GraphXRawData<Long,Long,Long,Long>>
,Serializable
public class StdSharedPtr_cxx_0xbc62baa8 extends FFIPointerImpl implements StdSharedPtr<GraphXRawData<Long,Long,Long,Long>>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
HASH_SHIFT
static int
SIZE
-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description StdSharedPtr_cxx_0xbc62baa8(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
GraphXRawData<Long,Long,Long,Long>
get()
int
hashCode()
static long
nativeGet(long ptr)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
get
public GraphXRawData<Long,Long,Long,Long> get()
- Specified by:
get
in interfaceStdSharedPtr<GraphXRawData<Long,Long,Long,Long>>
-
nativeGet
public static long nativeGet(long ptr)
-
-