Home
last modified time | relevance | path

Searched defs:removalNotificationQueue (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java178 final Queue<RemovalNotification<K, V>> removalNotificationQueue; field in MapMakerInternalMap
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java206 final Queue<RemovalNotification<K, V>> removalNotificationQueue; field in LocalCache