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.
|
Copyright © 2017. All Rights Reserved.