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

Method add

lib/java/util/Collections.java:2964–2966  ·  view source on GitHub ↗

@see java.util.List#add(int, Object)

(int index, E obj)

Source from the content-addressed store, hash-verified

2962 * @see java.util.List#add(int, Object)
2963 */
2964 public void add(int index, E obj) {
2965 l.add(index, checkType(obj, type));
2966 }
2967
2968 /**
2969 * @see java.util.List#remove(int)

Callers

nothing calls this directly

Calls 2

checkTypeMethod · 0.80
addMethod · 0.65

Tested by

no test coverage detected