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

Method size

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

Source from the content-addressed store, hash-verified

8 public LinkedQueue() {}
9
10 @Override
11 public int size() {
12 return list.size();
13 }
14
15 @Override
16 public boolean isEmpty() {

Callers 1

mainMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected