- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for valueGet (0.04 sec)
-
guava-tests/test/com/google/common/cache/LocalCacheTest.java
LoadingValueReference<Object, Object> valueRef = new LoadingValueReference<>(); entry.setValueReference(valueRef); // absent assertThat(segment.removeLoadingValue(key, hash, valueRef)).isFalse(); // live table.set(0, entry); // don't increment count; this is used during computation assertThat(segment.removeLoadingValue(key, hash, valueRef)).isTrue();
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 00:25:21 UTC 2025 - 117.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
LoadingValueReference<Object, Object> valueRef = new LoadingValueReference<>(); entry.setValueReference(valueRef); // absent assertThat(segment.removeLoadingValue(key, hash, valueRef)).isFalse(); // live table.set(0, entry); // don't increment count; this is used during computation assertThat(segment.removeLoadingValue(key, hash, valueRef)).isTrue();
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 12 00:25:21 UTC 2025 - 115.9K bytes - Viewed (0)