Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ dequeueDogs
Method
dequeueDogs
java/Chapter 3/Question3_7/AnimalQueue.java:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
public
Dog dequeueDogs() {
55
return
dogs.poll();
56
}
57
58
public
Dog peekDogs() {
59
return
dogs.peek();
Callers
1
dequeueAny
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected