Class Confmap.indexValueItem

java.lang.Object
gov.nih.mipav.model.algorithms.Confmap.indexValueItem
Enclosing class:
Confmap

private class Confmap.indexValueItem extends Object
  • Field Details

    • index

      private int index
    • value

      private int[] value
  • Constructor Details

    • indexValueItem

      public indexValueItem(int index, int[] value)
  • Method Details

    • getIndex

      public int getIndex()
    • getValue

      public int[] getValue()