public final class BitField extends Object implements Serializable
BitSet
and was specifically developed to be used with huge
bit sets in ISnapshot (e.g. needed in virtual GC traces). Out of performance
reasons no method does any parameter checking, i.e. only valid values are
expected.Constructor and Description |
---|
BitField(int size)
Creates a bit field with the given number of bits.
|
public BitField(int size)
public final void set(int index)
public final void clear(int index)
public final boolean get(int index)