MCPcopy Create free account
hub / github.com/Seogeurim/CS-study / peek

Method peek

contents/data-structure/code/Stack/IStack.java:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 public void push(E e);
8 public E pop();
9 public E peek();
10}

Callers

nothing calls this directly

Implementers 2

LinkedStackcontents/data-structure/code/Stack/Lin
ArrayStackcontents/data-structure/code/Stack/Arr

Calls

no outgoing calls

Tested by

no test coverage detected