Class Select.Entry<T>

  • Enclosing class:
    Select<T>

    protected class Select.Entry<T>
    extends Object
    • Constructor Detail

      • Entry

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

      • getKey

        public Value getKey()
      • getValue

        public T getValue()