Package org.HdrHistogram.packedarray
Class IterationValue
- java.lang.Object
-
- org.HdrHistogram.packedarray.IterationValue
-
public class IterationValue extends java.lang.ObjectAn 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 intgetIndex()The index iterated tolonggetValue()The value at the index iterated to(package private) voidset(int index, long value)
-