Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/cache/
DRemovalNotification.java42 public final class RemovalNotification<K, V> implements Entry<K, V> { class
47 RemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause) { in RemovalNotification() method in RemovalNotification
/external/guava/guava/src/com/google/common/collect/
DMapMaker.java656 static final class RemovalNotification<K, V> extends ImmutableEntry<K, V> { class in MapMaker
661 RemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause) { in RemovalNotification() method in MapMaker.RemovalNotification