Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ pollLast
Method
pollLast
output/java_guava/1.4.19/Maps.java:3811–3814 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3809
}
3810
3811
@Override
3812
public
K pollLast() {
3813
return
keyOrNull(map().pollLastEntry());
3814
}
3815
3816
@Override
3817
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