Home
last modified time | relevance | path

Searched refs:onRemoval (Results 1 – 17 of 17) 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
DCacheExpirationTest.java180 public void onRemoval(RemovalNotification<Integer, AtomicInteger> notification) { in testRemovalListener_expireAfterWrite()
DCacheBuilderGwtTest.java259 public void onRemoval(RemovalNotification<Integer, Integer> notification) { in testRemovalListener()
DLocalCacheTest.java674 public void onRemoval(RemovalNotification<Object, Object> notification) { in testRemovalListenerCheckedException()
2774 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
/external/guava/guava/src/com/google/common/cache/
DRemovalListeners.java50 public void onRemoval(final RemovalNotification<K, V> notification) { in asynchronous()
54 listener.onRemoval(notification); in asynchronous()
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
DLocalCache.java1956 removalListener.onRemoval(notification); in processPendingNotifications()
/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/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
783 removalListener.onRemoval(notification); in notifyRemoval()
DMapMakerInternalMap.java1951 removalListener.onRemoval(notification); in processPendingNotifications()
/external/guice/core/src/com/google/inject/internal/
DWeakKeySet.java60 public void onRemoval(RemovalNotification<State, Set<KeyAndSource>> notification) {
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java240 removalListener.onRemoval(new RemovalNotification(key, value, cause)); in alertListenerIfPresent()
490 removalListener.onRemoval(new RemovalNotification( in removeEldestEntry()
DCacheBuilder.java188 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
/external/guava/guava-tests/test/com/google/common/collect/
DConcurrentHashMultisetTest.java537 @Override public void onRemoval(RemovalNotification<String, Number> notification) {
DMapMakerInternalMapTest.java269 public void onRemoval(RemovalNotification<Object, Object> notification) {} in testSetRemovalListener()
1661 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