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