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

Method peekCats

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

Source from the content-addressed store, hash-verified

64 }
65
66 public Cat peekCats() {
67 return cats.peek();
68 }
69}

Callers

nothing calls this directly

Calls 1

peekMethod · 0.45

Tested by

no test coverage detected