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
  • 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