-
Cloning this BitSet produces a new BitSet
that is equal to it.
BitSet2.get(int fromIndex,
int toIndex)
Returns a new BitSet composed of bits from this BitSet
from fromIndex (inclusive) to toIndex (exclusive).
Returns a new bit set containing all the bits in the given byte array.
Returns a new bit set containing all the bits in the given long array.
Returns a new bit set containing all the bits in the given byte
buffer between its position and limit.
Returns a new bit set containing all the bits in the given long
buffer between its position and limit.
void
Performs a logical AND of this target bit set with the
argument bit set.
void
Clears all of the bits in this BitSet whose corresponding
bit is set in the specified BitSet.
boolean
Returns true if the specified BitSet has any bits set to
true that are also set to true in this BitSet.
void
Performs a logical OR of this bit set with the bit set
argument.
void
BitSet2.set(int bitIndex,
BitSet2 value,
int from,
int len)
void
Performs a logical XOR of this bit set with the bit set
argument.