| Package | Description |
|---|---|
| net.openhft.chronicle.algo.bitset |
| Class and 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.
|
| ReusableBitSet |
| ReusableBitSet.Bits |
Copyright © 2020. All rights reserved.