- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for totalPut (0.29 seconds)
-
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)