K
V
public class AbstractCache<K,V> extends Object
AbstractCache()
void
add(K key, V value)
Set<V>
get(K key)
remove(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractCache()
public Set<V> get(K key)
key
public void add(K key, V value)
value
public void remove(K key, V value)
Copyright © 2015. All Rights Reserved.