MCPcopy Create free account
hub / github.com/e2wugui/zeze / set

Method set

ZezeJava/ZezeJava/src/main/java/Zeze/Util/IntList.java:82–84  ·  view source on GitHub ↗
(int idx, int value)

Source from the content-addressed store, hash-verified

80 }
81
82 public void set(int idx, int value) {
83 buffer[idx] = value;
84 }
85
86 public int addValue(int idx, int value) {
87 buffer[idx] = value += buffer[idx];

Callers 15

mainMethod · 0.45
main2Method · 0.45
mainMethod · 0.45
channelReadMethod · 0.45
mainMethod · 0.45
ConcurrentAddCountMethod · 0.45
GetCurrentCountMethod · 0.45
setUpMethod · 0.45
onTextMethod · 0.45
testAutoKeyConflictMethod · 0.45
teatAutoKeyWithInsertMethod · 0.45
testBoolListMethod · 0.45

Calls

no outgoing calls

Tested by 12

mainMethod · 0.36
main2Method · 0.36
mainMethod · 0.36
channelReadMethod · 0.36
mainMethod · 0.36
ConcurrentAddCountMethod · 0.36
GetCurrentCountMethod · 0.36
setUpMethod · 0.36
onTextMethod · 0.36
testAutoKeyConflictMethod · 0.36
teatAutoKeyWithInsertMethod · 0.36
testBoolListMethod · 0.36