Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Queue<MapMaker.RemovalNotification<K,V>> |
MapMakerInternalMap.removalNotificationQueue
Entries waiting to be consumed by the removal listener.
|
Modifier and Type | Method and Description |
---|---|
void |
MapMaker.RemovalListener.onRemoval(MapMaker.RemovalNotification<K,V> notification)
Notifies the listener that a removal occurred at some point in the past.
|
void |
GenericMapMaker.NullListener.onRemoval(MapMaker.RemovalNotification<java.lang.Object,java.lang.Object> notification) |