- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testEntrySet_clear (0.09 seconds)
-
guava-tests/test/com/google/common/cache/EmptyCachesTest.java
assertThrows( UnsupportedOperationException.class, () -> cache.asMap().values().addAll(asList(entryOf(1, 1), entryOf(2, 2)))); } } public void testEntrySet_clear() { for (LoadingCache<Object, Object> cache : caches()) { warmUp(cache, 0, 100); Set<Entry<Object, Object>> entrySet = cache.asMap().entrySet(); entrySet.clear();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 11.6K bytes - Click Count (0)