Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLastNotification (0.1 sec)

  1. 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)
Back to top