Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for NullRemovalListener (0.07 seconds)

  1. android/guava-tests/test/com/google/common/cache/TestingRemovalListeners.java

     *
     * @author mike nonemacher
     */
    @GwtCompatible
    final class TestingRemovalListeners {
    
      /** Returns a new no-op {@code RemovalListener}. */
      static <K, V> NullRemovalListener<K, V> nullRemovalListener() {
        return new NullRemovalListener<>();
      }
    
      /** Type-inferring factory method for creating a {@link QueuingRemovalListener}. */
      @J2ktIncompatible
      @GwtIncompatible // ConcurrentLinkedQueue
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 13:13:59 GMT 2026
    - 3.2K bytes
    - Click Count (0)
Back to Top