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

Method isEmpty

contents/data-structure/code/Stack/ArrayStack.java:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 @Override
22 public boolean isEmpty() {
23 return top == -1;
24 }
25
26 @Override
27 public void push(E e) throws IllegalStateException {

Callers 2

popMethod · 0.95
peekMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected