public class LRU<K,V> extends Object
LRU(int maxSize)
V
get(K key)
void
set(K key, V result)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LRU(int maxSize)
public V get(K key)
public void set(K key, V result)
Copyright © 2017. All Rights Reserved.