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 classConcurrentPackedLongArrayA Packed array of signed 64 bit values that supportsget(),set(),add()andincrement()operations the logical contents of the array.private static classPackedArrayRecorder.InternalConcurrentPackedLongArrayprivate static classPackedArraySingleWriterRecorder.InternalPackedLongArrayclassPackedLongArrayA 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 AbstractPackedLongArrayAbstractPackedLongArray. 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 voidAbstractPackedLongArray. add(AbstractPackedLongArray other)Add the contents of the other array to this one
-