Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Seogeurim/CS-study
/ dequeue
Method
dequeue
contents/data-structure/code/Queue/LinkedQueue.java:25–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
@Override
26
public
E dequeue() {
27
return
list.removeFirst();
28
}
29
30
@Override
31
public
E peek() {
Callers
1
main
Method · 0.95
Calls
1
removeFirst
Method · 0.65
Tested by
no test coverage detected