Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ descendingMap
Method
descendingMap
output/java_guava/1.4.18/Maps.java:4106–4109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4104
}
4105
4106
@Override
4107
public
NavigableMap<K, V> descendingMap() {
4108
return
forward();
4109
}
4110
4111
private
transient Set<Entry<K, V>> entrySet;
4112
Callers
14
descendingMap
Method · 0.45
descendingEntryIterator
Method · 0.45
pollLastEntry
Method · 0.45
descendingMap
Method · 0.45
descendingMap
Method · 0.45
subMap
Method · 0.45
headMap
Method · 0.45
tailMap
Method · 0.45
asDescendingSetOfRanges
Method · 0.45
descendingEntryIterator
Method · 0.45
descendingEntryIterator
Method · 0.45
descendingEntryIterator
Method · 0.45
Calls
1
forward
Method · 0.95
Tested by
no test coverage detected