MCPcopy Create free account
hub / github.com/antlr/codebuff / descendingMap

Method descendingMap

output/java_guava/1.4.17/Maps.java:1039–1042  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1037 }
1038
1039 @Override
1040 public NavigableMap<K, V> descendingMap() {
1041 return asMap(set.descendingSet(), function);
1042 }
1043 }
1044
1045 private static <E> Set<E> removeOnlySet(final Set<E> set) {

Callers 1

Calls 2

asMapMethod · 0.65
descendingSetMethod · 0.45

Tested by

no test coverage detected