Uses of Class
org.HdrHistogram.packedarray.AbstractPackedLongArray
-
Packages that use AbstractPackedLongArray Package Description org.HdrHistogram.packedarray -
-
Uses of AbstractPackedLongArray in org.HdrHistogram.packedarray
Subclasses of AbstractPackedLongArray in org.HdrHistogram.packedarray Modifier and Type Class Description class
ConcurrentPackedLongArray
A Packed array of signed 64 bit values that supportsget()
,set()
,add()
andincrement()
operations the logical contents of the array.private static class
PackedArrayRecorder.InternalConcurrentPackedLongArray
private static class
PackedArraySingleWriterRecorder.InternalPackedLongArray
class
PackedLongArray
A Packed array of signed 64 bit values, and supportsget()
,set()
,add()
andincrement()
operations on the logical contents of the array.Methods in org.HdrHistogram.packedarray that return AbstractPackedLongArray Modifier and Type Method Description abstract AbstractPackedLongArray
AbstractPackedLongArray. copy()
Create a copy of this array, complete with data and everything.Methods in org.HdrHistogram.packedarray with parameters of type AbstractPackedLongArray Modifier and Type Method Description void
AbstractPackedLongArray. add(AbstractPackedLongArray other)
Add the contents of the other array to this one
-