Searched defs:onRemoval (Results 1 – 7 of 7) sorted by relevance
/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 | LocalCacheTest.java | 2689 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
|
/external/guava/guava/src/com/google/common/cache/ |
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
|
/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 | 732 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapMakerInternalMapTest.java | 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
|