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 class
Bitset_cxx_0x2967d1e0
Methods in com.alibaba.graphscope.ds that return Bitset Modifier and Type Method Description Bitset
Bitset_cxx_0x2967d1e0Factory. create()
Bitset
Bitset.Factory. create()
Create a new instance for BitSet.Remember to callinit(long)
to init the obj.Bitset
VertexSet. getBitSet()
Bitset
DenseVertexSet. 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 void
Bitset_cxx_0x2967d1e0. copy(Bitset other)
void
Bitset. copy(Bitset other)
void
Bitset_cxx_0x2967d1e0. swap(Bitset other)
void
Bitset. swap(Bitset other)
Swap the underlying storage with another BitSet
-