- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Shere (0.02 sec)
-
guava/src/com/google/common/collect/AbstractBiMap.java
AbstractBiMap.this.clear(); } @Override public boolean remove(@CheckForNull Object object) { /* * `o instanceof Entry` is guaranteed by `contains`, but we check it here to satisfy our * nullness checker. */ if (!esDelegate.contains(object) || !(object instanceof Entry)) { return false; } Entry<?, ?> entry = (Entry<?, ?>) object;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Aug 24 01:40:03 UTC 2023 - 14.6K bytes - Viewed (0)