- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for standardAddAll (0.04 sec)
-
android/guava/src/com/google/common/collect/ForwardingMultiset.java
* {@link #addAll(Collection)} to forward to this implementation. * * @since 7.0 */ @Override protected boolean standardAddAll(Collection<? extends E> elementsToAdd) { return Multisets.addAllImpl(this, elementsToAdd); } /** * A sensible definition of {@link #remove(Object)} in terms of {@link #remove(Object, int)}. If
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 10.3K bytes - Viewed (0)