Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
dequeueAny
Method · 0.45
peek
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected