MCPcopy Create free account
hub / github.com/cbourke/ComputerScienceII / pop

Method pop

notes/1231-Spring2023/156H/code/lists/Stack.java:43–51  ·  view source on GitHub ↗

Removes and returns the element at the top of the stack. @return

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

preOrderMethod · 0.95
nextMethod · 0.45

Calls 3

isEmptyMethod · 0.95
removeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected