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