- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for removeFromBothMaps (0.18 seconds)
-
android/guava/src/com/google/common/collect/AbstractBiMap.java
} @CanIgnoreReturnValue @Override public @Nullable V remove(@Nullable Object key) { return containsKey(key) ? removeFromBothMaps(key) : null; } @CanIgnoreReturnValue @ParametricNullness private V removeFromBothMaps(@Nullable Object key) { // The cast is safe because the callers of this method first check that the key is present.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 15:50:50 GMT 2025 - 13.5K bytes - Click Count (0) -
guava/src/com/google/common/collect/AbstractBiMap.java
} @CanIgnoreReturnValue @Override public @Nullable V remove(@Nullable Object key) { return containsKey(key) ? removeFromBothMaps(key) : null; } @CanIgnoreReturnValue @ParametricNullness private V removeFromBothMaps(@Nullable Object key) { // The cast is safe because the callers of this method first check that the key is present.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 15:50:50 GMT 2025 - 14.3K bytes - Click Count (0)