Searched defs:onRemoval (Results 1 – 8 of 8) sorted by relevance
/external/guava/guava-tests/test/com/google/common/cache/ |
D | TestingRemovalListeners.java | 52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.QueuingRemovalListener 66 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.CountingRemovalListener 91 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in TestingRemovalListeners.NullRemovalListener
|
D | LocalCacheTest.java | 3115 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
|
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | TestingRemovalListeners.java | 52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.QueuingRemovalListener 66 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.CountingRemovalListener 91 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in TestingRemovalListeners.NullRemovalListener
|
D | LocalCacheTest.java | 3063 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
|
/external/guava/guava/src/com/google/common/cache/ |
D | RemovalListener.java | 47 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
|
D | CacheBuilder.java | 256 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
|
/external/guava/android/guava/src/com/google/common/cache/ |
D | RemovalListener.java | 46 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
|
D | CacheBuilder.java | 256 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
|