Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for totalPut (0.29 seconds)

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

        AtomicInteger applyCount = new AtomicInteger();
        AtomicInteger totalSum = new AtomicInteger();
    
        RemovalListener<Integer, AtomicInteger> removalListener =
            notification -> {
              if (notification.wasEvicted()) {
                evictionCount.incrementAndGet();
                totalSum.addAndGet(notification.getValue().get());
              }
            };
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 23 16:38:16 GMT 2026
    - 19.1K bytes
    - Click Count (0)
Back to Top