Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ last
Method
last
chapter21/src/main/java/com/seaofnodes/simple/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
40
/** Add element in amortized constant time
41
* @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