| Package | Description |
|---|---|
| net.openhft.chronicle.bytes.ref |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteableIntArrayValues
Off-heap, contiguous array of signed 32-bit values.
|
interface |
ByteableLongArrayValues
Off-heap, contiguous array of signed 64-bit values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryIntArrayReference
Array of 32-bit values laid out as
[capacity][used][values...] in little-endian order. |
class |
BinaryLongArrayReference
Array of 64-bit values stored as
[capacity][used][values...] in little-endian order. |
class |
TextIntArrayReference
Fixed-width text array of 32-bit integers for diagnostics.
|
class |
TextLongArrayReference
Fixed-width text array of 64-bit integers for diagnostics.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.