MCPcopy 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

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