Searched defs:RemovalNotification (Results 1 – 2 of 2) sorted by relevance
35 public final class RemovalNotification<K, V> extends SimpleImmutableEntry<K, V> { class50 private RemovalNotification(@NullableDecl K key, @NullableDecl V value, RemovalCause cause) { in RemovalNotification() method in RemovalNotification
35 public final class RemovalNotification<K, V> extends SimpleImmutableEntry<K, V> { class50 private RemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause) { in RemovalNotification() method in RemovalNotification