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

Method peekDogs

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

Source from the content-addressed store, hash-verified

56 }
57
58 public Dog peekDogs() {
59 return dogs.peek();
60 }
61
62 public Cat dequeueCats() {
63 return cats.poll();

Callers

nothing calls this directly

Calls 1

peekMethod · 0.45

Tested by

no test coverage detected