Searched defs:enqueueNotification (Results 1 – 2 of 2) sorted by relevance
| /external/guava/guava/src/com/google/common/collect/ |
| D | MapMakerInternalMap.java | 2358 void enqueueNotification(ReferenceEntry<K, V> entry, RemovalCause cause) { in enqueueNotification() method in MapMakerInternalMap.Segment 2362 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 | 2638 void enqueueNotification(ReferenceEntry<K, V> entry, RemovalCause cause) { in enqueueNotification() method in LocalCache.Segment 2643 void enqueueNotification(@Nullable K key, int hash, ValueReference<K, V> valueReference, in enqueueNotification() method in LocalCache.Segment
|