- All Superinterfaces:
CacheMap<K,V>, Map<K,V>, YMap<K,V>
- All Known Implementing Classes:
BaseCacheYFastFIFOMap, BaseCacheYFastFIFOMapStub, YFastFIFOMap
public interface YFIFOMap<K,V>
extends YMap<K,V>, CacheMap<K,V>
-
-
Method Summary
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, values
-
Method Details
-
processRemoveEldest
void processRemoveEldest(K key,
V value)