Class CeresSolver.indexValueItem<Vertex>

java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.indexValueItem<Vertex>
Enclosing class:
CeresSolver

class CeresSolver.indexValueItem<Vertex> extends Object
  • Field Details

    • index

      private int index
    • value

      private Vertex value
  • Constructor Details

    • indexValueItem

      public indexValueItem(int index, Vertex value)
  • Method Details

    • getIndex

      public int getIndex()
    • getValue

      public Vertex getValue()