Class KeyValue<E,​K>


  • public class KeyValue<E,​K>
    extends Object
    • Constructor Detail

      • KeyValue

        public KeyValue​(E key,
                        K value)
    • Method Detail

      • getKey

        public E getKey()
      • getValue

        public K getValue()