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