Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ pollFirst
Method
pollFirst
output/java_guava/1.4.19/Maps.java:3806–3809 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3804
}
3805
3806
@Override
3807
public
K pollFirst() {
3808
return
keyOrNull(map().pollFirstEntry());
3809
}
3810
3811
@Override
3812
public
K pollLast() {
Callers
nothing calls this directly
Calls
3
map
Method · 0.95
pollFirstEntry
Method · 0.65
keyOrNull
Method · 0.45
Tested by
no test coverage detected