| Package | Description |
|---|---|
| net.openhft.chronicle.algo.bitset |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentFlatBitSetFrame
DirectBitSet with input validations and ThreadSafe memory access.
|
class |
SingleThreadedFlatBitSetFrame
DirectBitSet with input validations, This class is not thread safe
|
| Modifier and Type | Field and Description |
|---|---|
protected BitSetFrame |
ReusableBitSet.frame |
| Modifier and Type | Method and Description |
|---|---|
<T> ReusableBitSet |
ReusableBitSet.reuse(BitSetFrame frame,
Access<T> access,
T handle,
long offset) |
| Constructor and Description |
|---|
ReusableBitSet(BitSetFrame frame,
Access<T> access,
T handle,
long offset) |
Copyright © 2018. All rights reserved.