Package org.HdrHistogram.packedarray
Class IterationValue
- java.lang.Object
-
- org.HdrHistogram.packedarray.IterationValue
-
public class IterationValue extends java.lang.Object
An iteration value representing the index iterated to, and the value found at that index
-
-
Constructor Summary
Constructors Constructor Description IterationValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
The index iterated tolong
getValue()
The value at the index iterated to(package private) void
set(int index, long value)
-