Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ pop
Method
pop
chapter19/src/main/java/com/seaofnodes/simple/Ary.java:44–46 ·
view source on GitHub ↗
@return remove and return last element
( )
Source
from the content-addressed store, hash-verified
42
}
43
/** @
return
remove and
return
last element */
44
public
E pop( ) {
45
return
_len==0 ? null : _es[--_len];
46
}
47
@Override
public
E removeLast() {
return
pop(); }
48
49
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