-
class
Provides common functionality for
IBitSet
implementations.
class
Regular bit set implementation.
class
Creates a bit set that contains given bits.
Performs a logical OR of this bit set with the bit set argument,
computes and returns the difference set between given bit set and
this set (before performing logical OR).
boolean
Performs a logical AND of this target bit set with the
argument bit set.
boolean
boolean
Performs a logical AND of this target bit set with the
argument bit set.
boolean
boolean
Clears all of the bits in this BitSet
whose corresponding
bit is set in the specified BitSet
.
boolean
boolean
boolean
boolean
Returns true
if this BitSet
contains all set bits in
the specified BitSet
.
boolean
boolean
boolean
boolean
Returns false
if the specified BitSet
has any bits set to
true
that are also set to true
in this BitSet
.
boolean
boolean
Returns true
if the specified BitSet
has any bits set to
true
that are also set to true
in this BitSet
.
boolean
boolean
static boolean
boolean
boolean
Performs a logical OR of this bit set with the bit set
argument.
boolean
boolean
Performs a logical OR of this bit set with the bit set argument,
computes and returns the difference set between given bit set and
this set (before performing logical OR).
void
void
Sets the content of this bit set to the same as specified bit set.
void
boolean
boolean
Performs a logical XOR of this bit set with the bit set
argument.
boolean
boolean