- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for removeFromBothMaps (0.07 sec)
-
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.
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 15:50:50 UTC 2025 - 14.3K bytes - Viewed (0)