MCPcopy Create free account
hub / github.com/apna-college/Alpha / isEmpty

Method isEmpty

13_Stacks/StackAL.java:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 public boolean isEmpty() {
12 return list.size() == 0;
13 }
14
15 public int pop() {
16 if(isEmpty()) {

Callers 3

popMethod · 0.95
peekMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected