Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seogeurim/CS-study
/ isEmpty
Method
isEmpty
contents/data-structure/code/Queue/ArrayQueue.java:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
@Override
23
public
boolean isEmpty() {
24
return
size == 0;
25
}
26
27
@Override
28
public
void
enqueue(E e) {
Callers
2
dequeue
Method · 0.95
peek
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected