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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
private int index -
value
private long value
-
-
Constructor Details
-
IterationValue
IterationValue()
-
-
Method Details
-
set
void set(int index, long value) -
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
-