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

Method at

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

Source from the content-addressed store, hash-verified

26 */
27 public E get( int i ) { return at(i); }
28 public E at( int i ) {
29 range_check(i);
30 return _es[i];
31 }
32
33 /** @return last element */
34 public E last( ) { return at(_len-1); }

Callers 15

getMethod · 0.95
lastMethod · 0.95
scopeMethod · 0.45
scopeEdgesMethod · 0.45
scopeMethod · 0.45
scopeEdgesMethod · 0.45
printMethod · 0.45
doBlockMethod · 0.45
parseStructMethod · 0.45
allocMethod · 0.45
bestMethod · 0.45
_print1Method · 0.45

Calls 1

range_checkMethod · 0.95

Tested by

no test coverage detected