- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for computeIfPresent (0.09 seconds)
-
guava/src/com/google/common/collect/Synchronized.java
@SuppressWarnings("nullness") // TODO: b/423853632 - Remove after checker is fixed. @Override public @Nullable V computeIfPresent( K key, BiFunction<? super K, ? super @NonNull V, ? extends @Nullable V> remappingFunction) { synchronized (mutex) { return delegate().computeIfPresent(key, remappingFunction); } } @Override public @Nullable V compute( K key,Created: 2026-04-03 12:43 - Last Modified: 2025-08-08 15:11 - 56.9K bytes - Click Count (0)