Searched defs:enqueueNotification (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
D | MapMakerInternalMap.java | 2393 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/ |
D | LocalCache.java | 2666 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
|