Package | Description |
---|---|
net.openhft.chronicle.queue.impl |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
net.openhft.chronicle.queue.impl.table |
Modifier and Type | Method and Description |
---|---|
<A> void |
TableStore.forEachKey(A accumulator,
TableStoreIterator<A> tsIterator) |
Modifier and Type | Method and Description |
---|---|
<T> void |
ReadonlyTableStore.forEachKey(T accumulator,
TableStoreIterator<T> tsIterator) |
<T> void |
SingleTableStore.forEachKey(T accumulator,
TableStoreIterator<T> tsIterator) |
Copyright © 2022. All rights reserved.