public class HashQueue<K,V> extends java.lang.Object
HashQueue(java.util.Comparator<? super K> comparator)
V
get(K key)
void
makeMRU(K key)
remove(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HashQueue(java.util.Comparator<? super K> comparator)
public V get(K key)
public V remove(K key)
public void makeMRU(K key)