Home
last modified time | relevance | path

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

/external/guava/android/guava/src/com/google/common/cache/
DRemovalNotification.java35 public final class RemovalNotification<K, V> extends SimpleImmutableEntry<K, V> { class
50 private RemovalNotification(@NullableDecl K key, @NullableDecl V value, RemovalCause cause) { in RemovalNotification() method in RemovalNotification
/external/guava/guava/src/com/google/common/cache/
DRemovalNotification.java35 public final class RemovalNotification<K, V> extends SimpleImmutableEntry<K, V> { class
50 private RemovalNotification(@Nullable K key, @Nullable V value, RemovalCause cause) { in RemovalNotification() method in RemovalNotification