Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ poll
Method
poll
classpath/java/util/Queue.java:18–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
public
boolean offer(T element);
17
public
T peek();
18
public
T poll();
19
public
T remove();
20
}
Callers
3
clear
Method · 0.65
remove
Method · 0.65
poll
Method · 0.65
Implementers
1
LinkedList
classpath/java/util/LinkedList.java
Calls
no outgoing calls
Tested by
no test coverage detected