public class IdentityCache<K,V> extends java.lang.Object
IdentityCache()
V
get(K key)
java.util.ArrayList<K>
keys()
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IdentityCache()
public V put(K key, V value)
public V get(K key)
public java.util.ArrayList<K> keys()