Class BoundedConcurrentHashMap.LRU<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<BoundedConcurrentHashMap.HashEntry<K,V>,V>
io.debezium.util.BoundedConcurrentHashMap.LRU<K,V>
All Implemented Interfaces:
BoundedConcurrentHashMap.EvictionPolicy<K,V>, Serializable, Cloneable, Map<BoundedConcurrentHashMap.HashEntry<K,V>,V>
Enclosing class:
BoundedConcurrentHashMap<K,V>

static final class BoundedConcurrentHashMap.LRU<K,V> extends LinkedHashMap<BoundedConcurrentHashMap.HashEntry<K,V>,V> implements BoundedConcurrentHashMap.EvictionPolicy<K,V>