Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ pop
Method
pop
chapter21/src/main/java/com/seaofnodes/simple/Ary.java:48–50 ·
view source on GitHub ↗
@return remove and return last element
( )
Source
from the content-addressed store, hash-verified
46
}
47
/** @
return
remove and
return
last element */
48
public
E pop( ) {
49
return
_len==0 ? null : _es[--_len];
50
}
51
@Override
public
E removeLast() {
return
pop(); }
52
53
Callers
15
removeLast
Method · 0.95
doSchedule
Method · 0.45
schedulePhis
Method · 0.45
doBuildCTF
Method · 0.45
doMarkAlive
Method · 0.45
build
Method · 0.45
parse
Method · 0.45
parseFunctionBody
Method · 0.45
parseBlock
Method · 0.45
parseFor
Method · 0.45
parseLooping
Method · 0.45
parseTrinary
Method · 0.45
Calls
no outgoing calls
Tested by
5
doSchedule
Method · 0.36
schedulePhis
Method · 0.36
doBuildCTF
Method · 0.36
doMarkAlive
Method · 0.36
build
Method · 0.36