- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for applyAsLong (0.05 seconds)
-
guava/src/com/google/common/util/concurrent/AtomicLongMap.java
checkNotNull(updaterFunction); Long result = map.compute( key, (K k, @Nullable Long value) -> updaterFunction.applyAsLong(value == null ? 0L : value.longValue())); return requireNonNull(result); } /** * Updates the value currently associated with {@code key} with the specified function, and
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Oct 10 23:13:45 GMT 2025 - 11.7K bytes - Click Count (0)