Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ poll
Method
poll
classpath/java/util/LinkedList.java:244–247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
242
}
243
244
@Override
245
public
T poll() {
246
return
pollFirst();
247
}
248
249
@Override
250
public
T pollFirst() {
Callers
nothing calls this directly
Calls
1
pollFirst
Method · 0.95
Tested by
no test coverage detected