MCPcopy 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

removeLastMethod · 0.95
doScheduleMethod · 0.45
schedulePhisMethod · 0.45
doBuildCTFMethod · 0.45
doMarkAliveMethod · 0.45
buildMethod · 0.45
parseMethod · 0.45
parseFunctionBodyMethod · 0.45
parseBlockMethod · 0.45
parseForMethod · 0.45
parseLoopingMethod · 0.45
parseTrinaryMethod · 0.45

Calls

no outgoing calls

Tested by 5

doScheduleMethod · 0.36
schedulePhisMethod · 0.36
doBuildCTFMethod · 0.36
doMarkAliveMethod · 0.36
buildMethod · 0.36