| Interface | Description |
|---|---|
| DirectBitSet |
Most notable logical difference of this interface with
java.util.BitSet
is that DirectBitSet has a rigid DirectBitSet.size(),
attempts to DirectBitSet.get(long), DirectBitSet.set(long) or DirectBitSet.clear(long) bits at indices
exceeding the size cause IndexOutOfBoundsException. |
| DirectBitSet.Bits |
An iteration of bits in a bit set.
|
| HugeArray<T> |
User: peter.lawrey
Date: 08/10/13
Time: 07:40
|
| HugeQueue<T> |
User: peter.lawrey
Date: 08/10/13
Time: 13:26
|
| Class | Description |
|---|---|
| ATSDirectBitSet |
DirectBitSet with input validations and ThreadSafe memory access.
|
| DirectBitSetBuilder | |
| SingleThreadedDirectBitSet |
DirectBitSet with input validations, This class is not thread safe
|
| Enum | Description |
|---|---|
| HugeCollections |
User: peter.lawrey
Date: 08/10/13
Time: 08:09
|
Copyright © 2019. All rights reserved.