Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DTestingRemovalListeners.java61 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.QueuingRemovalListener
75 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.CountingRemovalListener
102 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in TestingRemovalListeners.NullRemovalListener
DLocalCacheTest.java2774 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
/external/guava/guava-gwt/test-super/com/google/common/cache/super/com/google/common/cache/
DTestingRemovalListeners.java52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.CountingRemovalListener
79 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in TestingRemovalListeners.NullRemovalListener
/external/guava/guava/src/com/google/common/cache/
DRemovalListener.java47 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
DCacheBuilder.java194 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
/external/guava/guava/src/com/google/common/collect/
DGenericMapMaker.java56 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in GenericMapMaker.NullListener
DMapMaker.java646 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DCacheBuilder.java188 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1661 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in MapMakerInternalMapTest.CountingRemovalListener
1683 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in MapMakerInternalMapTest.QueuingRemovalListener