public class CacheMap<K,V> extends java.lang.Object
CacheMap(int maxSize)
V
get(K key)
void
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CacheMap(int maxSize)
public void put(K key, V value)
public V get(K key)