Class IndexValue<A>

java.lang.Object
xyz.cofe.text.parse.IndexValue<A>

public class IndexValue<A>
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    IndexValue​(int idx, A val)  
  • Method Summary

    Modifier and Type Method Description
    int getIndex()  
    A getValue()  
    int i()  
    A v()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • i

      public int i()
    • getIndex

      public int getIndex()
    • v

      public A v()
    • getValue

      public A getValue()