- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ContainsEntryAfterGetInteger (0.08 sec)
-
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();
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 30 22:03:28 UTC 2025 - 14.8K bytes - Viewed (0)