|
LimeWire Collection Component API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BitSet | |
|---|---|
| org.limewire.collection | |
| Uses of BitSet in org.limewire.collection |
|---|
| Methods in org.limewire.collection that return BitSet | |
|---|---|
BitSet |
BitSet.get(int fromIndex,
int toIndex)
Returns a new BitSet composed of bits from this BitSet from fromIndex(inclusive) to toIndex(exclusive). |
| Methods in org.limewire.collection with parameters of type BitSet | |
|---|---|
void |
BitSet.and(BitSet set)
Performs a logical AND of this target bit set with the argument bit set. |
void |
BitSet.andNot(BitSet set)
Clears all of the bits in this BitSet whose corresponding
bit is set in the specified BitSet. |
boolean |
BitSet.intersects(BitSet set)
Returns true if the specified BitSet has any bits set to
true that are also set to true in this
BitSet. |
void |
BitSet.or(BitSet set)
Performs a logical OR of this bit set with the bit set argument. |
void |
BitSet.xor(BitSet set)
Performs a logical XOR of this bit set with the bit set argument. |
| Constructors in org.limewire.collection with parameters of type BitSet | |
|---|---|
BitFieldSet(BitSet bs,
int maxSize)
Constructs a BitField view over the passed bitset with the specified size. |
|
|
LimeWire Collection Component API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||