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 int
HASH_SHIFT
static int
SIZE
-
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 void
delete()
boolean
empty()
boolean
equals(Object o)
Long
get(Integer key)
int
hashCode()
static long
nativeCreateFactory0()
static void
nativeDelete(long ptr)
static boolean
nativeEmpty(long ptr)
static @com.alibaba.fastffi.CXXReference long
nativeGet(long ptr, int key0)
static void
nativeSet(long ptr, int key0, long value1)
static int
nativeSize(long ptr)
void
set(Integer key, Long value)
int
size()
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
delete
public void delete()
- Specified by:
delete
in interfacecom.alibaba.fastffi.CXXPointer
-
nativeDelete
public static void nativeDelete(long ptr)
-
empty
public boolean empty()
- Specified by:
empty
in 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:
set
in interfaceStdUnorderedMap<Integer,Long>
-
nativeSet
public static void nativeSet(long ptr, int key0, long value1)
-
size
public int size()
- Specified by:
size
in interfaceStdUnorderedMap<Integer,Long>
-
nativeSize
public static int nativeSize(long ptr)
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-