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

Method add

lib/java/util/Collections.java:2908–2910  ·  view source on GitHub ↗

@see java.util.ListIterator#add(Object)

(E obj)

Source from the content-addressed store, hash-verified

2906 * @see java.util.ListIterator#add(Object)
2907 */
2908 public void add(E obj) {
2909 i.add(checkType(obj, type));
2910 }
2911 }
2912
2913 /**

Callers

nothing calls this directly

Calls 2

checkTypeMethod · 0.80
addMethod · 0.65

Tested by

no test coverage detected