Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ dequeueCats
Method
dequeueCats
java/Chapter 3/Question3_7/AnimalQueue.java:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
public
Cat dequeueCats() {
63
return
cats.poll();
64
}
65
66
public
Cat peekCats() {
67
return
cats.peek();
Callers
1
dequeueAny
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected