| 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.
|
| Class and Description |
|---|
| IntValue
Represents a reference to a 32-bit integer value, providing various methods
for accessing and modifying the value.
|
| LongValue
The LongValue interface provides an abstraction for a mutable long value that supports atomic
and concurrent modifications.
|
| MaxBytes
This annotation is used to specify the maximum size, in encoded bytes,
that a variable-length data type can occupy.
|
Copyright © 2024. All rights reserved.