- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testContainsKeyAndValue (0.07 sec)
-
android/guava-tests/test/com/google/common/cache/CacheReferencesTest.java
@Override public LoadingCache<Key, String> apply(CacheBuilder<Object, Object> builder) { return builder.build(KEY_TO_STRING_LOADER); } }); } public void testContainsKeyAndValue() { for (LoadingCache<Key, String> cache : caches()) { // maintain strong refs so these won't be collected, regardless of cache's key/value strength Key key = new Key(1);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 20:58:01 UTC 2025 - 5.1K bytes - Viewed (0)