Searched defs:RemovalNotification (Results 1 – 2 of 2) sorted by relevance
42 public final class RemovalNotification<K, V> implements Entry<K, V> { class47 RemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause) { in RemovalNotification() method in RemovalNotification
656 static final class RemovalNotification<K, V> extends ImmutableEntry<K, V> { class in MapMaker661 RemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause) { in RemovalNotification() method in MapMaker.RemovalNotification