|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapEvictionListener | |
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
| Uses of MapEvictionListener in com.google.common.collect |
|---|
| Methods in com.google.common.collect that return MapEvictionListener | ||
|---|---|---|
static
|
EvictionListeners.asynchronous(MapEvictionListener<K,V> listener,
Executor executor)
Returns an asynchronous MapEvictionListener which processes all
eviction notifications asynchronously, using executor. |
|
| Methods in com.google.common.collect with parameters of type MapEvictionListener | ||
|---|---|---|
static
|
EvictionListeners.asynchronous(MapEvictionListener<K,V> listener,
Executor executor)
Returns an asynchronous MapEvictionListener which processes all
eviction notifications asynchronously, using executor. |
|
|
MapMaker.evictionListener(MapEvictionListener<K,V> listener)
Specifies a listener instance, which all maps built using this MapMaker will notify each time an entry is evicted. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||