| Package | Description |
|---|---|
| net.openhft.chronicle.core.values |
Provides interfaces and classes for representing references to various primitive data types
and handling their storage and retrieval.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TwoLongValue
Represents a container for two
long values, providing mechanisms for getting, setting, and
manipulating them with various memory ordering effects. |
| Modifier and Type | Method and Description |
|---|---|
void |
LongArrayValues.bindValueAt(long index,
LongValue value)
Binds a LongValue to a specified index in the array.
|
Copyright © 2024. All rights reserved.