MCPcopy Index your code
hub / github.com/Seogeurim/CS-study / isEmpty

Method isEmpty

contents/data-structure/code/Queue/LinkedQueue.java:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 @Override
16 public boolean isEmpty() {
17 return list.isEmpty();
18 }
19
20 @Override
21 public void enqueue(E e) {

Callers 1

mainMethod · 0.95

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected