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

Method get

chapter19/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

_prettyPrintScheduledMethod · 0.95
buildCFGMethod · 0.95
walkMethod · 0.45
findMethod · 0.45
makeFunMethod · 0.45
linkMethod · 0.45
instSelectMethod · 0.45
_instSelectMethod · 0.45
_instOutsMethod · 0.45
_prettyPrintMethod · 0.45
postOrdMethod · 0.45
BFSMethod · 0.45

Calls 1

atMethod · 0.95

Tested by

no test coverage detected