- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for standardRemoveAll (0.07 sec)
-
android/guava/src/com/google/common/collect/ForwardingMultiset.java
* #elementSet}. If you override {@link #elementSet}, you may wish to override {@link #removeAll} * to forward to this implementation. * * @since 7.0 */ @Override protected boolean standardRemoveAll(Collection<?> elementsToRemove) { return Multisets.removeAllImpl(this, elementsToRemove); } /** * A sensible definition of {@link #retainAll} in terms of the {@code retainAll} method of {@link
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 10.3K bytes - Viewed (0)