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

Method removeLast

chapter18/src/main/java/com/seaofnodes/simple/Ary.java:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 return _es[--_len];
47 }
48 @Override public E removeLast() { return pop(); }
49
50
51 /** Add element in amortized constant time

Callers 4

popVariablesMethod · 0.45
delMethod · 0.45
killMethod · 0.45
subsumeMethod · 0.45

Calls 1

popMethod · 0.95

Tested by 1

popVariablesMethod · 0.36