MCPcopy Create free account
hub / github.com/PCGen/pcgen / set

Method set

PCGen-base/code/src/java/pcgen/base/util/IdentityList.java:207–211  ·  view source on GitHub ↗
(int index, T element)

Source from the content-addressed store, hash-verified

205 }
206
207 @Override
208 public T set(int index, T element)
209 {
210 return embeddedList.set(index, Identity.valueOf(element)).getUnderlying();
211 }
212
213 @Override
214 public int size()

Callers

nothing calls this directly

Calls 3

valueOfMethod · 0.95
getUnderlyingMethod · 0.80
setMethod · 0.65

Tested by

no test coverage detected