Go to the documentation of this file.
9 package javolution.util.service;
33 boolean get(
int bitIndex);
68 void clear(
int fromIndex,
int toIndex);
75 void set(
int bitIndex);
78 void set(
int bitIndex,
boolean value);
81 void set(
int fromIndex,
int toIndex);
84 void set(
int fromIndex,
int toIndex,
boolean value);
90 void flip(
int fromIndex,
int toIndex);
int previousSetBit(int fromIndex)
void flip(int fromIndex, int toIndex)
int nextClearBit(int fromIndex)
void clear(int fromIndex, int toIndex)
void and(BitSetService that)
void andNot(BitSetService that)
int nextSetBit(int fromIndex)
void or(BitSetService that)
int previousClearBit(int fromIndex)
boolean getAndSet(int bitIndex, boolean value)
boolean intersects(BitSetService that)
void xor(BitSetService that)