- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testCopyEntry_computing (0.31 seconds)
-
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
map.put("quux", "quux"); assertThat(map.values() instanceof Set).isFalse(); assertThat(map.values().removeAll(ImmutableSet.of("bar"))).isTrue(); assertThat(map).hasSize(1); } public void testCopyEntry_computing() { CountDownLatch startSignal = new CountDownLatch(1); CountDownLatch computingSignal = new CountDownLatch(1); CountDownLatch doneSignal = new CountDownLatch(2); Object computedObject = new Object();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 114.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/cache/LocalCacheTest.java
cache.put("a", "b"); cache.asMap().computeIfAbsent("a", k -> "c"); assertThat(notifications).isEmpty(); } public void testCopyEntry_computing() { CountDownLatch startSignal = new CountDownLatch(1); CountDownLatch computingSignal = new CountDownLatch(1); CountDownLatch doneSignal = new CountDownLatch(2); Object computedObject = new Object();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 116.4K bytes - Click Count (0)