MCPcopy Create free account
hub / github.com/davidgiven/luje / addAll

Method addAll

lib/java/util/Collections.java:420–424  ·  view source on GitHub ↗
(Collection<? extends E> collection)

Source from the content-addressed store, hash-verified

418 }
419
420 public boolean addAll(Collection<? extends E> collection) {
421 synchronized (mutex) {
422 return c.addAll(collection);
423 }
424 }
425
426 public void clear() {
427 synchronized (mutex) {

Callers

nothing calls this directly

Calls 1

addAllMethod · 0.65

Tested by

no test coverage detected