- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for putAllImpl (0.04 sec)
-
guava/src/com/google/common/collect/ForwardingMap.java
* to this implementation. * * @since 7.0 */ protected void standardPutAll(Map<? extends K, ? extends V> map) { Maps.putAllImpl(this, map); } /** * A sensible, albeit inefficient, definition of {@link #remove} in terms of the {@code iterator}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 06 17:32:30 UTC 2025 - 9.8K bytes - Viewed (0)