public interface ExpiringMap<K,V> extends Map<K,V>
Map
implementations that have mappings that
may expire.Modifier and Type | Method and 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 © 2017. All rights reserved.