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

Method size

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

Source from the content-addressed store, hash-verified

15 }
16
17 @Override
18 public int size() {
19 return size;
20 }
21
22 @Override
23 public boolean isEmpty() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected