Class BoundedSizeLruMap<S,T>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<S,T>
-
- eu.emi.security.authn.x509.helpers.ocsp.BoundedSizeLruMap<S,T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<S,T>
public class BoundedSizeLruMap<S,T> extends java.util.LinkedHashMap<S,T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BoundedSizeLruMap(int maxEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
removeEldestEntry(java.util.Map.Entry<S,T> eldest)
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-