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

Method get

chapter24/src/main/java/com/seaofnodes/simple/util/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
typeMethod · 0.45
liftExprMethod · 0.45
parseStructMethod · 0.45
typeMethod · 0.45
typeAryMethod · 0.45
allocMethod · 0.45
newStructMethod · 0.45
parsePostfixNameMethod · 0.45
funcMethod · 0.45
pushMethod · 0.45
onMethod · 0.45

Calls 1

atMethod · 0.95

Tested by

no test coverage detected