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

Method add

lib/java/util/AbstractSequentialList.java:36–39  ·  view source on GitHub ↗
(int location, E object)

Source from the content-addressed store, hash-verified

34 }
35
36 @Override
37 public void add(int location, E object) {
38 listIterator(location).add(object);
39 }
40
41 @Override
42 public boolean addAll(int location, Collection<? extends E> collection) {

Callers

nothing calls this directly

Calls 2

listIteratorMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected