Package com.alibaba.graphscope.ds
Class PropertyAdjList_cxx_0x8ba5a67d
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.PropertyAdjList_cxx_0x8ba5a67d
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointer
,com.alibaba.fastffi.FFIPointer
,FFIType
,PropertyAdjList<Long>
,Serializable
public class PropertyAdjList_cxx_0x8ba5a67d extends FFIPointerImpl implements PropertyAdjList<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 PropertyAdjList_cxx_0x8ba5a67d(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyNbr<Long>
begin()
PropertyNbrUnit<Long>
beginUnit()
void
delete()
@com.alibaba.fastffi.FFINameAlias("Empty") boolean
empty()
PropertyNbr<Long>
end()
PropertyNbrUnit<Long>
endUnit()
boolean
equals(Object o)
int
hashCode()
static @com.alibaba.fastffi.FFINameAlias("begin"),@com.alibaba.fastffi.CXXValue long
nativeBegin(long ptr, long rv_base)
static @com.alibaba.fastffi.FFINameAlias("begin_unit") long
nativeBeginUnit(long ptr)
static void
nativeDelete(long ptr)
static @com.alibaba.fastffi.FFINameAlias("Empty") boolean
nativeEmpty(long ptr)
static @com.alibaba.fastffi.FFINameAlias("end"),@com.alibaba.fastffi.CXXValue long
nativeEnd(long ptr, long rv_base)
static @com.alibaba.fastffi.FFINameAlias("end_unit") long
nativeEndUnit(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.PropertyAdjList
iterator
-
-
-
-
Method Detail
-
begin
public PropertyNbr<Long> begin()
- Specified by:
begin
in interfacePropertyAdjList<Long>
-
nativeBegin
public static @com.alibaba.fastffi.FFINameAlias("begin"),@com.alibaba.fastffi.CXXValue long nativeBegin(long ptr, long rv_base)
-
beginUnit
public PropertyNbrUnit<Long> beginUnit()
- Specified by:
beginUnit
in interfacePropertyAdjList<Long>
-
nativeBeginUnit
public static @com.alibaba.fastffi.FFINameAlias("begin_unit") long nativeBeginUnit(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 interfacePropertyAdjList<Long>
-
nativeEmpty
public static @com.alibaba.fastffi.FFINameAlias("Empty") boolean nativeEmpty(long ptr)
-
end
public PropertyNbr<Long> end()
- Specified by:
end
in interfacePropertyAdjList<Long>
-
nativeEnd
public static @com.alibaba.fastffi.FFINameAlias("end"),@com.alibaba.fastffi.CXXValue long nativeEnd(long ptr, long rv_base)
-
endUnit
public PropertyNbrUnit<Long> endUnit()
- Specified by:
endUnit
in interfacePropertyAdjList<Long>
-
nativeEndUnit
public static @com.alibaba.fastffi.FFINameAlias("end_unit") long nativeEndUnit(long ptr)
-
size
public @com.alibaba.fastffi.FFINameAlias("Size") int size()
- Specified by:
size
in interfacePropertyAdjList<Long>
-
nativeSize
public static @com.alibaba.fastffi.FFINameAlias("Size") int nativeSize(long ptr)
-
-