Map<K,V>
LRUHashMap
, LRUMap
, TimeoutMap
public interface ExpiringMap<K,V> extends Map<K,V>
Map
implementations that have mappings that
may expire.Modifier and Type | Method | Description |
---|---|---|
void |
processRemoved(Map.Entry<K,V> pRemoved) |
May be used by clients as a call-back to notify when mappings expire from
the map.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2018. All rights reserved.