- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getLastNotification (0.1 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 Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 3.1K bytes - Viewed (0)