Class IndexedValue<In>


  • public class IndexedValue<In>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexedValue​(In inItem, java.lang.Integer index)  
    • Method Summary

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

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

      • IndexedValue

        public IndexedValue​(In inItem,
                            java.lang.Integer index)
    • Method Detail

      • getValue

        public In getValue()
      • getIndex

        public java.lang.Integer getIndex()