Class Enumeration.Entry<K,​V>

  • Enclosing class:
    Enumeration<K,​V>

    public static class Enumeration.Entry<K,​V>
    extends Object
    • Field Detail

      • key

        private final K key
      • value

        private final V value
    • Constructor Detail

      • Entry

        private Entry​(K key,
                      V value)
    • Method Detail

      • getKey

        public K getKey()
      • getValue

        public V getValue()