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

Method addAll

lib/java/util/Collections.java:564–568  ·  view source on GitHub ↗
(int location, Collection<? extends E> collection)

Source from the content-addressed store, hash-verified

562 }
563
564 public boolean addAll(int location, Collection<? extends E> collection) {
565 synchronized (mutex) {
566 return list.addAll(location, collection);
567 }
568 }
569
570 @Override
571 public boolean equals(Object object) {

Callers

nothing calls this directly

Calls 1

addAllMethod · 0.65

Tested by

no test coverage detected