Package org.apache.graphar.graphinfo
Interface AdjacentList
-
- All Superinterfaces:
com.alibaba.fastffi.CXXPointer
,com.alibaba.fastffi.FFIPointer
,com.alibaba.fastffi.FFIType
public interface AdjacentList extends com.alibaba.fastffi.CXXPointer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileType
getFileType()
StdString
getPrefix()
AdjListType
getType()
@com.alibaba.fastffi.FFINameAlias("IsValidated") boolean
isValidated()
-
-
-
Method Detail
-
getType
AdjListType getType()
-
getFileType
FileType getFileType()
-
getPrefix
StdString getPrefix()
-
isValidated
@com.alibaba.fastffi.FFINameAlias("IsValidated") boolean isValidated()
-
-