public final class SharedBitSet
extends java.lang.Object
Constructor and Description |
---|
SharedBitSet() |
SharedBitSet(int i) |
Modifier and Type | Method and Description |
---|---|
void |
and(SharedBitSet other) |
void |
clear(int bit) |
boolean |
get(int bit) |
BitSetIterator |
iterator() |
void |
or(SharedBitSet other) |
boolean |
orAndAndNot(SharedBitSet orset,
BitVector andset,
SharedBitSet andnotset) |
boolean |
orAndAndNot(SharedBitSet orset,
SharedBitSet andset,
SharedBitSet andnotset) |
boolean |
set(int bit) |
java.lang.String |
toString() |
public boolean set(int bit)
public void clear(int bit)
public boolean get(int bit)
public void and(SharedBitSet other)
public void or(SharedBitSet other)
public boolean orAndAndNot(SharedBitSet orset, SharedBitSet andset, SharedBitSet andnotset)
public boolean orAndAndNot(SharedBitSet orset, BitVector andset, SharedBitSet andnotset)
public BitSetIterator iterator()
public java.lang.String toString()
toString
in class java.lang.Object