Uses of Interface
com.alibaba.graphscope.ds.Bitset
-
Packages that use Bitset Package Description com.alibaba.graphscope.ds -
-
Uses of Bitset in com.alibaba.graphscope.ds
Classes in com.alibaba.graphscope.ds that implement Bitset Modifier and Type Class Description classBitset_cxx_0x2967d1e0Methods in com.alibaba.graphscope.ds that return Bitset Modifier and Type Method Description BitsetBitset_cxx_0x2967d1e0Factory. create()BitsetBitset.Factory. create()Create a new instance for BitSet.Remember to callinit(long)to init the obj.BitsetVertexSet. getBitSet()BitsetDenseVertexSet. GetBitset()Get the underlying representation for this vertex set, a BitSet.Methods in com.alibaba.graphscope.ds with parameters of type Bitset Modifier and Type Method Description voidBitset_cxx_0x2967d1e0. copy(Bitset other)voidBitset. copy(Bitset other)voidBitset_cxx_0x2967d1e0. swap(Bitset other)voidBitset. swap(Bitset other)Swap the underlying storage with another BitSet
-