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

Method push

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

Source from the content-addressed store, hash-verified

5 public boolean isEmpty();
6
7 public void push(E e);
8 public E pop();
9 public E peek();
10}

Callers 2

addChlidMethod · 0.65
mainFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected