| Interface | Description |
|---|---|
| BooleanValue |
This interface represents a reference to a boolean value.
|
| ByteValue |
This interface represents a reference to a byte value.
|
| CharValue |
This interface represents a reference to a char value.
|
| DoubleValue |
This interface represents a reference to a double value.
|
| FloatValue |
This interface represents a reference to a float value.
|
| IntArrayValues |
This interface represents a reference to an array of int values.
|
| IntValue |
Represents a reference to a 32-bit integer value, providing various methods
for accessing and modifying the value.
|
| LongArrayValues |
This interface represents a reference to an array of long values.
|
| LongValue |
The LongValue interface provides an abstraction for a mutable long value that supports atomic
and concurrent modifications.
|
| ShortValue |
Represents a reference to a 16-bit short value, providing methods for
accessing and modifying the value.
|
| StringValue |
The StringValue interface represents a reference to a String value.
|
| TwoLongValue |
Represents a container for two
long values, providing mechanisms for getting, setting, and
manipulating them with various memory ordering effects. |
| Annotation Type | Description |
|---|---|
| MaxBytes |
This annotation is used to specify the maximum size, in encoded bytes,
that a variable-length data type can occupy.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.