- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ContainsEntryAfterGetInteger (0.11 seconds)
-
android/guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java
cache.put(10, 20); assertThat(cache.getIfPresent(10)).isEqualTo(20); fakeTicker.advance(500, MILLISECONDS); assertThat(cache.getIfPresent(10)).isNull(); } @SuppressWarnings("ContainsEntryAfterGetInteger") // we are testing our implementation of Map.get @Test public void mapMethods() { Cache<Integer, Integer> cache = CacheBuilder.newBuilder().build();
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 30 22:03:28 GMT 2025 - 14.8K bytes - Click Count (0)