Package com.alibaba.graphscope.ds
Class PropertyRawAdjList_cxx_0xae3a756c
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.PropertyRawAdjList_cxx_0xae3a756c
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointer
,com.alibaba.fastffi.FFIPointer
,FFIType
,PropertyRawAdjList<Integer>
,Serializable
public class PropertyRawAdjList_cxx_0xae3a756c extends FFIPointerImpl implements PropertyRawAdjList<Integer>
- 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 PropertyRawAdjList_cxx_0xae3a756c(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyNbrUnit<Integer>
begin()
void
delete()
@com.alibaba.fastffi.FFINameAlias("Empty") boolean
empty()
PropertyNbrUnit<Integer>
end()
boolean
equals(Object o)
int
hashCode()
static @com.alibaba.fastffi.FFINameAlias("begin") long
nativeBegin(long ptr)
static void
nativeDelete(long ptr)
static @com.alibaba.fastffi.FFINameAlias("Empty") boolean
nativeEmpty(long ptr)
static @com.alibaba.fastffi.FFINameAlias("end") long
nativeEnd(long ptr)
static @com.alibaba.fastffi.FFINameAlias("Size") int
nativeSize(long ptr)
@com.alibaba.fastffi.FFINameAlias("Size") int
size()
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.alibaba.graphscope.ds.PropertyRawAdjList
iterator
-
-
-
-
Method Detail
-
begin
public PropertyNbrUnit<Integer> begin()
- Specified by:
begin
in interfacePropertyRawAdjList<Integer>
-
nativeBegin
public static @com.alibaba.fastffi.FFINameAlias("begin") long nativeBegin(long ptr)
-
delete
public void delete()
- Specified by:
delete
in interfacecom.alibaba.fastffi.CXXPointer
-
nativeDelete
public static void nativeDelete(long ptr)
-
empty
public @com.alibaba.fastffi.FFINameAlias("Empty") boolean empty()
- Specified by:
empty
in interfacePropertyRawAdjList<Integer>
-
nativeEmpty
public static @com.alibaba.fastffi.FFINameAlias("Empty") boolean nativeEmpty(long ptr)
-
end
public PropertyNbrUnit<Integer> end()
- Specified by:
end
in interfacePropertyRawAdjList<Integer>
-
nativeEnd
public static @com.alibaba.fastffi.FFINameAlias("end") long nativeEnd(long ptr)
-
size
public @com.alibaba.fastffi.FFINameAlias("Size") int size()
- Specified by:
size
in interfacePropertyRawAdjList<Integer>
-
nativeSize
public static @com.alibaba.fastffi.FFINameAlias("Size") int nativeSize(long ptr)
-
-