OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removalnotificationqueue
(Results
1 - 4
of
4
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java
90
assertSame(DISCARDING_QUEUE, map.
removalNotificationQueue
);
[
all
...]
/external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java
178
final Queue<RemovalNotification<K, V>>
removalNotificationQueue
;
212
removalNotificationQueue
= (removalListener == NullListener.INSTANCE)
[
all
...]
/external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java
166
assertSame(DISCARDING_QUEUE, map.
removalNotificationQueue
);
[
all
...]
/external/guava/guava/src/com/google/common/cache/
LocalCache.java
206
final Queue<RemovalNotification<K, V>>
removalNotificationQueue
;
252
removalNotificationQueue
= (removalListener == NullListener.INSTANCE)
[
all
...]
Completed in 137 milliseconds