public static class Enumeration.Entry<K,V> extends java.lang.Object
private K
key
private V
value
private
Entry(K key, V value)
K
getKey()
V
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final K key
private final V value
private Entry(K key, V value)
public K getKey()
public V getValue()