| Interface | Description |
|---|---|
| BitSet |
Most notable logical difference of this interface with
java.util.BitSet
is that DirectBitSet has a rigid BitSet.logicalSize(),
attempts to BitSet.get(long), BitSet.set(long) or BitSet.clear(long) bits at indices
exceeding the size cause IndexOutOfBoundsException. |
| BitSet.Bits |
An iteration of bits in a bit set.
|
| BitSetAlgorithm | |
| BitSetFrame | |
| BitSetFrame.Bits |
An iteration of bits in a bit set.
|
| Class | Description |
|---|---|
| ConcurrentFlatBitSetFrame |
DirectBitSet with input validations and ThreadSafe memory access.
|
| ReusableBitSet | |
| SingleThreadedFlatBitSetFrame |
DirectBitSet with input validations, This class is not thread safe
|
Copyright © 2018. All rights reserved.