MCPcopy 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

descendingMapMethod · 0.45
pollLastEntryMethod · 0.45
descendingMapMethod · 0.45
descendingMapMethod · 0.45
subMapMethod · 0.45
headMapMethod · 0.45
tailMapMethod · 0.45

Calls 1

forwardMethod · 0.95

Tested by

no test coverage detected