| Package | Description |
|---|---|
| org.HdrHistogram.packedarray |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentPackedLongArray
A Packed array of signed 64 bit values that supports
get(), set(), add() and
increment() operations the logical contents of the array. |
class |
PackedLongArray
A Packed array of signed 64 bit values, and supports
get(), set(),
add() and increment() operations on the logical contents of the array. |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractPackedLongArray |
AbstractPackedLongArray.copy()
Create a copy of this array, complete with data and everything.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPackedLongArray.add(AbstractPackedLongArray other)
Add the contents of the other array to this one
|
Copyright © 2025. All rights reserved.