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

Method removeLast

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

Source from the content-addressed store, hash-verified

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