| Class | Description |
|---|---|
| ConcurrentPackedLongArray |
A Packed array of signed 64 bit values that supports
get(), set(),
add() and increment() operations the logical contents of the array. |
| IterationValue |
An iteration value representing the index iterated to, and the value found at that index
|
| PackedArrayRecorder |
Records increments and adds of integer values at indexes of a logical array of 64 bit signed integer values, and
provides stable interval
PackedLongArray samples from live recorded data without interrupting or stalling
active recording of values. |
| PackedArraySingleWriterRecorder |
Records increments and adds of integer values at indexes of a logical array of 64 bit signed integer values, and
provides stable interval
PackedLongArray samples from live recorded data without interrupting or stalling
active recording of values. |
| PackedLongArray |
A Packed array of signed 64 bit values, and supports
get(), set(),
add() and increment() operations on the logical contents of the array. |
Copyright © 2019. All rights reserved.