HomeSort by relevance Sort by last modified time
    Searched defs:onRemoval (Results 1 - 8 of 8) sorted by null

  /external/guava/guava/src/com/google/common/cache/
RemovalListener.java 45 void onRemoval(RemovalNotification<K, V> notification);
CacheBuilder.java 178 public void onRemoval(RemovalNotification<Object, Object> notification) {}
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
TestingRemovalListeners.java 55 public void onRemoval(RemovalNotification<K, V> notification) {
69 public void onRemoval(RemovalNotification<K, V> notification) {
96 public void onRemoval(RemovalNotification<K, V> notification) {}
LocalCacheTest.java 630 public void onRemoval(RemovalNotification<Object, Object> notification) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
GenericMapMaker.java 48 public void onRemoval(RemovalNotification<Object, Object> notification) {}
MapMaker.java 732 void onRemoval(RemovalNotification<K, V> notification);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 295 public void onRemoval(RemovalNotification<Object, Object> notification) {}
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 171 milliseconds