Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ last
Method
last
chapter19/src/main/java/com/seaofnodes/simple/Ary.java:34–34 ·
view source on GitHub ↗
@return last element
( )
Source
from the content-addressed store, hash-verified
32
33
/** @
return
last element */
34
public
E last( ) {
return
at(_len-1); }
35
36
/** Add element in amortized constant time
37
* @param e Element to add at end of list
Callers
6
parseAsgn
Method · 0.45
parseStruct
Method · 0.45
fptr
Method · 0.45
promote
Method · 0.45
inCon
Method · 0.45
define
Method · 0.45
Calls
1
at
Method · 0.95
Tested by
no test coverage detected