Class Select.Entry<T>

  • Enclosing class:
    Select<T>

    protected class Select.Entry<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(Value key, T value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Value getKey()  
      T getValue()  
      • Methods inherited from class java.lang.Object

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

      • Entry

        public Entry​(Value key,
                     T value)
    • Method Detail

      • getKey

        public Value getKey()
      • getValue

        public T getValue()