Uses of Interface
com.github.jelmerk.knn.util.BitSet
-
Packages that use BitSet Package Description com.github.jelmerk.knn.util -
-
Uses of BitSet in com.github.jelmerk.knn.util
Classes in com.github.jelmerk.knn.util that implement BitSet Modifier and Type Class Description class
ArrayBitSet
Bitset.class
SynchronizedBitSet
Constructors in com.github.jelmerk.knn.util with parameters of type BitSet Constructor Description SynchronizedBitSet(BitSet delegate)
Constructs a new SynchronizedBitSet.
-