Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ pollLast
Method
pollLast
corpus/java/training/guava/collect/Maps.java:3743–3746 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3741
}
3742
3743
@Override
3744
public
K pollLast() {
3745
return
keyOrNull(map().pollLastEntry());
3746
}
3747
3748
@Override
3749
public
NavigableSet<K> descendingSet() {
Callers
nothing calls this directly
Calls
3
map
Method · 0.95
pollLastEntry
Method · 0.65
keyOrNull
Method · 0.45
Tested by
no test coverage detected