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

Method removeLast

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

Source from the content-addressed store, hash-verified

49 return _len==0 ? null : _es[--_len];
50 }
51 @Override public E removeLast() { return pop(); }
52
53
54 /** 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