MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / pop

Method pop

annotations/StackL.java:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 public void push(T v) { list.addFirst(v); }
12 public T top() { return list.getFirst(); }
13 public T pop() { return list.removeFirst(); }
14}

Callers 1

tPopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected