Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ descendingMap
Method
descendingMap
output/java_guava/1.4.19/Maps.java:4110–4113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4108
}
4109
4110
@Override
4111
public
NavigableMap<K, V> descendingMap() {
4112
return
forward();
4113
}
4114
4115
private
transient Set<Entry<K, V>> entrySet;
4116
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