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.java40 public final class RemovalNotification<K, V> implements Entry<K, V> { class
45 RemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause) { in RemovalNotification() method in RemovalNotification
/external/guava/guava/src/com/google/common/collect/
DMapMaker.java742 static final class RemovalNotification<K, V> extends ImmutableEntry<K, V> { class in MapMaker
747 RemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause) { in RemovalNotification() method in MapMaker.RemovalNotification