Class indexValue

java.lang.Object
gov.nih.mipav.model.algorithms.indexValue

class indexValue extends Object
  • Field Details

    • index

      private int index
    • value

      private double value
  • Constructor Details

    • indexValue

      public indexValue(int index, double value)
  • Method Details

    • getIndex

      public int getIndex()
    • getValue

      public double getValue()