Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ removeLast
Method
removeLast
chapter19/src/main/java/com/seaofnodes/simple/Ary.java:47–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
return
_len==0 ? null : _es[--_len];
46
}
47
@Override
public
E removeLast() {
return
pop(); }
48
49
50
/** Add element in amortized constant time
Callers
4
popVariables
Method · 0.45
del
Method · 0.45
kill
Method · 0.45
subsume
Method · 0.45
Calls
1
pop
Method · 0.95
Tested by
1
popVariables
Method · 0.36