Class LRUMap<K,V>

Object
AbstractMap<K,V>
HashMap<K,V>
LinkedHashMap<K,V>
com.liferay.portal.kernel.util.LRUMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

public class LRUMap<K,V> extends LinkedHashMap<K,V>
Author:
Brian Wing Shun Chan
See Also: