MCPcopy Create free account
hub / github.com/careercup/ctci / size

Method size

java/Chapter 3/Question3_7/AnimalQueue.java:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public int size() {
51 return dogs.size() + cats.size();
52 }
53
54 public Dog dequeueDogs() {
55 return dogs.poll();

Callers 3

mainMethod · 0.95
dequeueAnyMethod · 0.45
peekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected