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

Method set

lib/java/util/Collections.java:2901–2903  ·  view source on GitHub ↗

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

(E obj)

Source from the content-addressed store, hash-verified

2899 * @see java.util.ListIterator#set(Object)
2900 */
2901 public void set(E obj) {
2902 i.set(checkType(obj, type));
2903 }
2904
2905 /**
2906 * @see java.util.ListIterator#add(Object)

Callers

nothing calls this directly

Calls 2

checkTypeMethod · 0.80
setMethod · 0.65

Tested by

no test coverage detected