- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getLastNotification (0.11 sec)
-
guava-tests/test/com/google/common/cache/TestingRemovalListeners.java
public K getLastEvictedKey() { return lastNotification.getKey(); } public V getLastEvictedValue() { return lastNotification.getValue(); } public RemovalNotification<K, V> getLastNotification() { return lastNotification; } } /** No-op {@link RemovalListener}. */ static class NullRemovalListener<K, V> implements RemovalListener<K, V> { @Override
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/TestingRemovalListeners.java
public K getLastEvictedKey() { return lastNotification.getKey(); } public V getLastEvictedValue() { return lastNotification.getValue(); } public RemovalNotification<K, V> getLastNotification() { return lastNotification; } } /** No-op {@link RemovalListener}. */ static class NullRemovalListener<K, V> implements RemovalListener<K, V> { @Override
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 3K bytes - Viewed (0)