MCPcopy Create free account
hub / github.com/ReadyTalk/avian / addAll

Method addAll

classpath/java/util/Collections.java:386–391  ·  view source on GitHub ↗
(int startIndex, Collection<? extends T> c)

Source from the content-addressed store, hash-verified

384 }
385
386 @Override
387 public boolean addAll(int startIndex, Collection<? extends T> c) {
388 synchronized (lock) {
389 return list.addAll(startIndex, c);
390 }
391 }
392
393 @Override
394 public int indexOf(Object value) {

Callers

nothing calls this directly

Calls 1

addAllMethod · 0.65

Tested by

no test coverage detected