MCPcopy Index your code
hub / github.com/careercup/ctci / popAt

Method popAt

java/Chapter 3/Question3_3/SetOfStacks.java:40–42  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

38 }
39
40 public int popAt(int index) {
41 return leftShift(index, true);
42 }
43
44 public int leftShift(int index, boolean removeTop) {
45 Stack stack = stacks.get(index);

Callers

nothing calls this directly

Calls 1

leftShiftMethod · 0.95

Tested by

no test coverage detected