Uses of Interface
com.alibaba.graphscope.utils.Gid2Data
-
Packages that use Gid2Data Package Description com.alibaba.graphscope.utils -
-
Uses of Gid2Data in com.alibaba.graphscope.utils
Classes in com.alibaba.graphscope.utils that implement Gid2Data Modifier and Type Class Description class
Gid2DataFixed
class
Gid2DataResizable
Methods in com.alibaba.graphscope.utils that return Gid2Data Modifier and Type Method Description static Gid2Data
Gid2Data. newFixed(int capacity)
static Gid2Data
Gid2Data. newResizable(int capacity)
-