MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / pop

Method pop

chapter24/src/main/java/com/seaofnodes/simple/util/Ary.java:49–51  ·  view source on GitHub ↗

@return remove and return last element

( )

Source from the content-addressed store, hash-verified

47 }
48 /** @return remove and return last element */
49 public E pop( ) {
50 return _len==0 ? null : _es[--_len];
51 }
52 @Override public E removeLast() { return pop(); }
53
54

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