Class AbstractOneValue<T>

  • All Implemented Interfaces:
    OneValue<T>
    Direct Known Subclasses:
    OneReject, OneResult

    abstract class AbstractOneValue<T>
    extends java.lang.Object
    implements OneValue<T>
    Since:
    2.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int index  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractOneValue​(int index)  
    • Method Summary

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

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

      • index

        protected final int index
    • Constructor Detail

      • AbstractOneValue

        AbstractOneValue​(int index)
    • Method Detail

      • getIndex

        public final int getIndex()
        Specified by:
        getIndex in interface OneValue<T>