Uses of Class
org.HdrHistogram.packedarray.AbstractPackedLongArray
Packages that use AbstractPackedLongArray
-
Uses of AbstractPackedLongArray in org.HdrHistogram.packedarray
Subclasses of AbstractPackedLongArray in org.HdrHistogram.packedarrayModifier and TypeClassDescriptionclassA Packed array of signed 64 bit values that supportsget(),set(),add()andincrement()operations the logical contents of the array.classA 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 AbstractPackedLongArrayModifier and TypeMethodDescriptionabstract AbstractPackedLongArrayAbstractPackedLongArray.copy()Create a copy of this array, complete with data and everything.Methods in org.HdrHistogram.packedarray with parameters of type AbstractPackedLongArrayModifier and TypeMethodDescriptionvoidAbstractPackedLongArray.add(AbstractPackedLongArray other) Add the contents of the other array to this one