Class BitSet
java.lang.Object
org.joni.BitSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int[]static final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SINGLE_BYTE_SIZE
public static final int SINGLE_BYTE_SIZE- See Also:
-
BITS_IN_ROOM
public static final int BITS_IN_ROOM- See Also:
-
BITSET_SIZE
public static final int BITSET_SIZE- See Also:
-
bits
public final int[] bits
-
-
Constructor Details
-
BitSet
public BitSet()
-
-
Method Details
-
at
public boolean at(int pos) -
set
-
set
public void set(int pos) -
clear
public void clear(int pos) -
invert
public void invert(int pos) -
clear
public void clear() -
isEmpty
public boolean isEmpty() -
setRange
-
setAll
public void setAll() -
invert
public void invert() -
invertTo
-
and
-
or
-
copy
-
toString
-