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

  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 204 final Queue<RemovalNotification<K, V>> removalNotificationQueue;
249 removalNotificationQueue = (removalListener == NullListener.INSTANCE)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 179 final Queue<RemovalNotification<K, V>> removalNotificationQueue;
213 removalNotificationQueue = (removalListener == NullListener.INSTANCE)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 90 assertSame(DISCARDING_QUEUE, map.removalNotificationQueue);
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 136 assertSame(DISCARDING_QUEUE, map.removalNotificationQueue);
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 28 milliseconds