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

Method set

lib/java/util/Collections.java:2957–2959  ·  view source on GitHub ↗

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

(int index, E obj)

Source from the content-addressed store, hash-verified

2955 * @see java.util.List#set(int, Object)
2956 */
2957 public E set(int index, E obj) {
2958 return l.set(index, checkType(obj, type));
2959 }
2960
2961 /**
2962 * @see java.util.List#add(int, Object)

Callers

nothing calls this directly

Calls 2

checkTypeMethod · 0.80
setMethod · 0.65

Tested by

no test coverage detected