MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / peek

Method peek

code/algs4/Stack.java:119–122  ·  view source on GitHub ↗

Returns (but does not remove) the item most recently added to this stack. @return the item most recently added to this stack @throws NoSuchElementException if this stack is empty

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected