public class SimpleLru<K,V> extends Object
SimpleLru(int maxSize)
Set<Map.Entry<K,V>>
entrySet()
V
get(K key)
void
put(K key, V value)
remove(K key)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleLru(int maxSize)
public void put(K key, V value)
public void remove(K key)
public V get(K key)
public int size()
public Set<Map.Entry<K,V>> entrySet()
Copyright © 2021. All rights reserved.