Constructors
constructor
- new CustomBitSet(items?: Iterable<T>, bitSet?: BitSet): CustomBitSet
-
Parameters
-
Optional items: Iterable<T>
-
Optional bitSet: BitSet
Properties
Protected bitSet
bitSet: BitSet
Methods
addAll
- addAll(items: Iterable<T>): void
containsAll
-
Parameters
Returns boolean
containsAny
-
Parameters
Returns boolean
has
-
Parameters
Returns boolean
Protected Abstract indexOf
-
Parameters
Returns number