Home
last modified time | relevance | path

Searched refs:onRemoval (Results 1 – 12 of 12) 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
DCacheExpirationTest.java180 public void onRemoval(RemovalNotification<Integer, AtomicInteger> notification) { in testRemovalListener_expireAfterWrite()
DLocalCacheTest.java630 public void onRemoval(RemovalNotification<Object, Object> notification) { in testRemovalListenerCheckedException()
2689 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
/external/guava/guava/src/com/google/common/cache/
DRemovalListeners.java46 public void onRemoval(final RemovalNotification<K, V> notification) { in asynchronous()
50 listener.onRemoval(notification); in asynchronous()
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
DLocalCache.java2004 removalListener.onRemoval(notification); in processPendingNotifications()
/external/guava/guava/src/com/google/common/collect/
DGenericMapMaker.java48 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in GenericMapMaker.NullListener
DMapMaker.java733 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
871 removalListener.onRemoval(notification); in notifyRemoval()
DMapMakerInternalMap.java2001 removalListener.onRemoval(notification); in processPendingNotifications()
/external/guava/guava-tests/test/com/google/common/collect/
DConcurrentHashMultisetTest.java525 @Override public void onRemoval(RemovalNotification<String, Number> notification) { in testWithMapMakerEvictionListener()
DMapMakerInternalMapTest.java295 public void onRemoval(RemovalNotification<Object, Object> notification) {} in testSetRemovalListener()
1691 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