Package org.HdrHistogram.packedarray
Class IterationValue
java.lang.Object
org.HdrHistogram.packedarray.IterationValue
An iteration value representing the index iterated to, and the value found at that index
-
Method Summary
-
Method Details
-
getIndex
public int getIndex()The index iterated to- Returns:
- the index iterated to
-
getValue
public long getValue()The value at the index iterated to- Returns:
- the value at the index iterated to
-