Package com.alibaba.graphscope.stdcxx
Class StdUnorderedMap_cxx_0x4ac1da48
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.stdcxx.StdUnorderedMap_cxx_0x4ac1da48
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointer,com.alibaba.fastffi.FFIPointer,FFIType,StdUnorderedMap<Integer,Long>,Serializable
public class StdUnorderedMap_cxx_0x4ac1da48 extends FFIPointerImpl implements StdUnorderedMap<Integer,Long>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.stdcxx.StdUnorderedMap
StdUnorderedMap.Factory<KEY_T,VALUE_T>
-
-
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 StdUnorderedMap_cxx_0x4ac1da48(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()booleanempty()booleanequals(Object o)Longget(Integer key)inthashCode()static longnativeCreateFactory0()static voidnativeDelete(long ptr)static booleannativeEmpty(long ptr)static @com.alibaba.fastffi.CXXReference longnativeGet(long ptr, int key0)static voidnativeSet(long ptr, int key0, long value1)static intnativeSize(long ptr)voidset(Integer key, Long value)intsize()StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
delete
public void delete()
- Specified by:
deletein interfacecom.alibaba.fastffi.CXXPointer
-
nativeDelete
public static void nativeDelete(long ptr)
-
empty
public boolean empty()
- Specified by:
emptyin interfaceStdUnorderedMap<Integer,Long>
-
nativeEmpty
public static boolean nativeEmpty(long ptr)
-
nativeGet
public static @com.alibaba.fastffi.CXXReference long nativeGet(long ptr, int key0)
-
set
public void set(Integer key, Long value)
- Specified by:
setin interfaceStdUnorderedMap<Integer,Long>
-
nativeSet
public static void nativeSet(long ptr, int key0, long value1)
-
size
public int size()
- Specified by:
sizein interfaceStdUnorderedMap<Integer,Long>
-
nativeSize
public static int nativeSize(long ptr)
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-