Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Seogeurim/CS-study
/ isEmpty
Method
isEmpty
contents/data-structure/code/Queue/LinkedQueue.java:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
@Override
16
public
boolean isEmpty() {
17
return
list.isEmpty();
18
}
19
20
@Override
21
public
void
enqueue(E e) {
Callers
1
main
Method · 0.95
Calls
1
isEmpty
Method · 0.65
Tested by
no test coverage detected