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

Method set

code/src/java/pcgen/util/ListMap.java:32–32  ·  view source on GitHub ↗
(Object key, int index, V value)

Source from the content-addressed store, hash-verified

30 V get(Object key, int index);
31
32 V set(Object key, int index, V value);
33
34 int indexOf(Object key, Object value);
35

Callers 15

setMethod · 0.65
setMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
testItemSetNullMethod · 0.65
testItemSetNullIDMethod · 0.65
testItemSetGetMethod · 0.65
testItemSetTwiceGetMethod · 0.65
testItemMatchesMethod · 0.65
testCopyContentsOneMethod · 0.65

Implementers 3

IdentityListPCGen-base/code/src/java/pcgen/base/ut
WriteOnceReadManyListPCGen-base/code/src/java/pcgen/base/ut
AbstractListMapcode/src/java/pcgen/util/AbstractListM

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.52
setUpMethod · 0.52
testItemSetNullMethod · 0.52
testItemSetNullIDMethod · 0.52
testItemSetGetMethod · 0.52
testItemSetTwiceGetMethod · 0.52
testItemMatchesMethod · 0.52
testCopyContentsOneMethod · 0.52
testCopyContentsTwoMethod · 0.52
testTypeAddNullIDMethod · 0.52