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

Method get

chapter16/src/main/java/com/seaofnodes/simple/Ary.java:27–27  ·  view source on GitHub ↗

@param i element index @return element being returned; throws if OOB @exception AIOOBE if !(0 <= i < _len)

( int i )

Source from the content-addressed store, hash-verified

25 * @exception AIOOBE if !(0 <= i < _len)
26 */
27 public E get( int i ) { return at(i); }
28 public E at( int i ) {
29 range_check(i);
30 return _es[i];

Callers 15

initMethod · 0.45
pMethod · 0.45
findStartMethod · 0.45
evaluateMethod · 0.45
odMethod · 0.45
doBuildCTFMethod · 0.45
appendNodesMethod · 0.45
buildMethod · 0.45
ScriptGeneratorClass · 0.45
lookupMethod · 0.45
lookupVarMethod · 0.45
getVarNameMethod · 0.45

Calls 1

atMethod · 0.95

Tested by 15

initMethod · 0.36
pMethod · 0.36
findStartMethod · 0.36
evaluateMethod · 0.36
odMethod · 0.36
doBuildCTFMethod · 0.36
appendNodesMethod · 0.36
buildMethod · 0.36
lookupMethod · 0.36
lookupVarMethod · 0.36
getVarNameMethod · 0.36
randFromListMethod · 0.36