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

  /external/guava/guava-tests/test/com/google/common/cache/
TestingRemovalListeners.java 42 * Type-inferring factory method for creating a {@link CountingRemovalListener}.
44 static <K, V> CountingRemovalListener<K, V> countingRemovalListener() {
45 return new CountingRemovalListener<K,V>();
64 static class CountingRemovalListener<K, V> implements RemovalListener<K, V> {
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 897 CountingRemovalListener<Object, Object> listener =
898 new CountingRemovalListener<Object, Object>();
    [all...]

Completed in 92 milliseconds