Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.95
last
Method · 0.95
scope
Method · 0.45
scopeEdges
Method · 0.45
scope
Method · 0.45
scopeEdges
Method · 0.45
print
Method · 0.45
doBlock
Method · 0.45
parseStruct
Method · 0.45
alloc
Method · 0.45
best
Method · 0.45
_print1
Method · 0.45
Calls
1
range_check
Method · 0.95
Tested by
no test coverage detected