Package com.alibaba.graphscope.stdcxx
Class StdMap_cxx_0x7fd2b116
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.stdcxx.StdMap_cxx_0x7fd2b116
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,StdMap<Long,Json>
,Serializable
public class StdMap_cxx_0x7fd2b116 extends FFIPointerImpl implements StdMap<Long,Json>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.stdcxx.StdMap
StdMap.Factory<K,V>
-
-
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 StdMap_cxx_0x7fd2b116(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Json
get(Long key)
int
hashCode()
static long
nativeCreateFactory0()
static @com.alibaba.fastffi.CXXReference long
nativeGet(long ptr, long key0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-