Go to the documentation of this file.
9 package javolution.util;
56 throw new UnsupportedOperationException(
"NOT DONE YET");
61 throw new UnsupportedOperationException(
"NOT DONE YET");
132 public
void clear(
int fromIndex,
int toIndex) {
142 public void flip(
int bitIndex) {
155 public
void flip(
int fromIndex,
int toIndex) {
167 public boolean get(
int bitIndex) {
285 public void set(
int bitIndex) {
296 public void set(
int bitIndex,
boolean value) {
310 public
void set(
int fromIndex,
int toIndex) {
311 if ((fromIndex < 0) || (toIndex < fromIndex))
throw new IndexOutOfBoundsException();
325 public
void set(
int fromIndex,
int toIndex,
boolean value) {
FastBitSet(BitSetService impl)
int previousSetBit(int fromIndex)
FastBitSet unmodifiable()
int nextClearBit(int fromIndex)
int nextClearBit(int fromIndex)
void xor(FastBitSet that)
boolean get(int bitIndex)
int previousSetBit(int fromIndex)
final BitSetService service
static final long serialVersionUID
void and(BitSetService that)
boolean get(int bitIndex)
void andNot(BitSetService that)
int nextSetBit(int fromIndex)
void or(BitSetService that)
FastBitSet addAll(Index... elements)
int previousClearBit(int fromIndex)
void and(FastBitSet that)
int previousClearBit(int fromIndex)
void andNot(FastBitSet that)
boolean intersects(BitSetService that)
FastBitSet addAll(FastCollection<? extends Index > elements)
boolean intersects(FastBitSet that)
int nextSetBit(int fromIndex)
void xor(BitSetService that)