/external/guava/guava-tests/test/com/google/common/cache/ |
D | TestingRemovalListeners.java | 55 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
|
D | CacheExpirationTest.java | 180 public void onRemoval(RemovalNotification<Integer, AtomicInteger> notification) { in testRemovalListener_expireAfterWrite()
|
D | LocalCacheTest.java | 630 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/ |
D | RemovalListeners.java | 46 public void onRemoval(final RemovalNotification<K, V> notification) { in asynchronous() 50 listener.onRemoval(notification); in asynchronous()
|
D | RemovalListener.java | 45 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
|
D | CacheBuilder.java | 178 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
|
D | LocalCache.java | 2004 removalListener.onRemoval(notification); in processPendingNotifications()
|
/external/guava/guava/src/com/google/common/collect/ |
D | GenericMapMaker.java | 48 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in GenericMapMaker.NullListener
|
D | MapMaker.java | 733 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method 871 removalListener.onRemoval(notification); in notifyRemoval()
|
D | MapMakerInternalMap.java | 2001 removalListener.onRemoval(notification); in processPendingNotifications()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConcurrentHashMultisetTest.java | 525 @Override public void onRemoval(RemovalNotification<String, Number> notification) { in testWithMapMakerEvictionListener()
|
D | MapMakerInternalMapTest.java | 295 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
|