- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for safeRemove (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/collect/ConcurrentHashMultiset.java
return standardContainsAll(collection); } @Override public boolean remove(@Nullable Object object) { return object != null && Collections2.safeRemove(delegate, object); } @Override public boolean removeAll(Collection<?> c) { return standardRemoveAll(c); } }; } @Override
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Dec 08 22:42:14 GMT 2025 - 22.3K bytes - Click Count (0)