public static class GenericsTestCase.Entry<K,V> extends Object
Entry()
K
getKey()
V
getValue()
void
setKey(K key)
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Entry()
public K getKey()
public void setKey(K key)
public V getValue()
public void setValue(V value)
Copyright © 2017 Glasnost. All Rights Reserved.