Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ descendingSet
Method
descendingSet
output/java_guava/1.4.17/Maps.java:3812–3815 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3810
}
3811
3812
@Override
3813
public
NavigableSet<K> descendingSet() {
3814
return
map().descendingKeySet();
3815
}
3816
3817
@Override
3818
public
Iterator<K> descendingIterator() {
Callers
1
descendingIterator
Method · 0.95
Calls
2
map
Method · 0.95
descendingKeySet
Method · 0.45
Tested by
no test coverage detected