Class IterationValue

java.lang.Object
org.HdrHistogram.packedarray.IterationValue

public class IterationValue extends Object
An iteration value representing the index iterated to, and the value found at that index
  • 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