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

Method add

lib/java/util/Collections.java:558–562  ·  view source on GitHub ↗
(int location, E object)

Source from the content-addressed store, hash-verified

556 }
557
558 public void add(int location, E object) {
559 synchronized (mutex) {
560 list.add(location, object);
561 }
562 }
563
564 public boolean addAll(int location, Collection<? extends E> collection) {
565 synchronized (mutex) {

Callers

nothing calls this directly

Calls 1

addMethod · 0.65

Tested by

no test coverage detected