Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ pollFirst
Method
pollFirst
guava/src/com/google/common/collect/Maps.java:4017–4020 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4015
}
4016
4017
@Override
4018
public
@Nullable K pollFirst() {
4019
return
keyOrNull(map().pollFirstEntry());
4020
}
4021
4022
@Override
4023
public
@Nullable 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