Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2393 void enqueueNotification(ReferenceEntry<K, V> entry, RemovalCause cause) { in enqueueNotification() method in MapMakerInternalMap.Segment
2397 void enqueueNotification(@Nullable K key, int hash, @Nullable V value, RemovalCause cause) { in enqueueNotification() method in MapMakerInternalMap.Segment
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2666 void enqueueNotification(ReferenceEntry<K, V> entry, RemovalCause cause) { in enqueueNotification() method in LocalCache.Segment
2671 void enqueueNotification(@Nullable K key, int hash, ValueReference<K, V> valueReference, in enqueueNotification() method in LocalCache.Segment