Class CeresSolver.indexValueItem<Vertex>

  • Enclosing class:
    CeresSolver

    class CeresSolver.indexValueItem<Vertex>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int index  
      private Vertex value  
    • Constructor Summary

      Constructors 
      Constructor Description
      indexValueItem​(int index, Vertex value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      Vertex getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index

        private int index
    • Constructor Detail

      • indexValueItem

        public indexValueItem​(int index,
                              Vertex value)
    • Method Detail

      • getIndex

        public int getIndex()
      • getValue

        public Vertex getValue()