Home
last modified time | relevance | path

Searched defs:onRemoval (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DTestingRemovalListeners.java55 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.QueuingRemovalListener
69 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.CountingRemovalListener
96 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in TestingRemovalListeners.NullRemovalListener
DLocalCacheTest.java2689 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
/external/guava/guava/src/com/google/common/cache/
DRemovalListener.java45 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
DCacheBuilder.java178 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
/external/guava/guava/src/com/google/common/collect/
DGenericMapMaker.java48 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in GenericMapMaker.NullListener
DMapMaker.java732 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1691 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in MapMakerInternalMapTest.CountingRemovalListener
1713 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in MapMakerInternalMapTest.QueuingRemovalListener