MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / size

Method size

chapter19/src/main/java/com/seaofnodes/simple/Ary.java:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 /** @return active list length */
20 public int len() { return _len; }
21 public int size() { return len(); }
22
23 /** @param i element index
24 * @return element being returned; throws if OOB

Callers 15

_prettyPrintScheduledMethod · 0.95
buildCFGMethod · 0.95
evaluateMethod · 0.45
appendNodesMethod · 0.45
lookupMethod · 0.45
popVariablesMethod · 0.45
randFromListMethod · 0.45
getTypeMethod · 0.45
genProgramMethod · 0.45
genStructMethod · 0.45
genBlockMethod · 0.45
genCountedLoopMethod · 0.45

Calls 1

lenMethod · 0.95

Tested by 10

evaluateMethod · 0.36
appendNodesMethod · 0.36
lookupMethod · 0.36
popVariablesMethod · 0.36
randFromListMethod · 0.36
getTypeMethod · 0.36
genProgramMethod · 0.36
genStructMethod · 0.36
genBlockMethod · 0.36
genCountedLoopMethod · 0.36