Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ last
Method
last
chapter24/src/main/java/com/seaofnodes/simple/util/Ary.java:38–38 ·
view source on GitHub ↗
@return last element
( )
Source
from the content-addressed store, hash-verified
36
37
/** @
return
last element */
38
public
E last( ) {
return
at(_len-1); }
39
public
E last(
int
x ) {
return
at(_len-1+x); }
40
41
/** Add element in amortized constant time
Callers
9
parseAsgn
Method · 0.45
parseStruct
Method · 0.45
func
Method · 0.45
fptr
Method · 0.45
promote
Method · 0.45
inConstructor
Method · 0.45
inAllocation
Method · 0.45
inFunction
Method · 0.45
define
Method · 0.45
Calls
1
at
Method · 0.95
Tested by
no test coverage detected