MCPcopy Index your code
hub / github.com/Seogeurim/CS-study / pop

Method pop

contents/data-structure/code/Stack/LinkedStack.java:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 @Override
26 public E pop() {
27 return list.removeFirst();
28 }
29
30 @Override
31 public E peek() {

Callers 1

mainMethod · 0.95

Calls 1

removeFirstMethod · 0.65

Tested by

no test coverage detected