| Modifier and Type | Method and Description |
|---|---|
void |
LongValueBitSet.and(LongValueBitSet set)
Performs a logical AND of this target bit set with the
argument bit set.
|
void |
LongValueBitSet.andNot(LongValueBitSet set)
Clears all of the bits in this
BitSet whose corresponding
bit is set in the specified BitSet. |
boolean |
LongValueBitSet.intersects(LongValueBitSet set)
Returns true if the specified
BitSet has any bits set to
true that are also set to true in this BitSet. |
void |
LongValueBitSet.or(LongValueBitSet set)
Performs a logical OR of this bit set with the bit set
argument.
|
void |
LongValueBitSet.xor(LongValueBitSet set)
Performs a logical XOR of this bit set with the bit set
argument.
|
Copyright © 2019. All rights reserved.