public class RegistryEntry<K,V> extends java.lang.Object implements Registry.Entry<K,V>
RegistryEntry(K key, V registry)
K
key()
V
value()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RegistryEntry(K key, V registry)
public K key()
key
Registry.Entry<K,V>
public V value()
value