K - V - public class LRUCache<K,V> extends Object implements Serializable
public boolean ContainsKey(K key)
protected void removeRencentlyLeastAccess(Set<Map.Entry<K,net.jueb.util4j.collection.map.LRUCache.ValueEntry>> entries)
public void clear()
public int size()
public Collection<Map.Entry<K,V>> getAll()
Copyright © 2020. All rights reserved.