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

Method isEmpty

contents/data-structure/code/Queue/ArrayQueue.java:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 @Override
23 public boolean isEmpty() {
24 return size == 0;
25 }
26
27 @Override
28 public void enqueue(E e) {

Callers 2

dequeueMethod · 0.95
peekMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected