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

Method map

output/java_guava/1.4.19/Maps.java:3738–3741  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3736 }
3737
3738 @Override
3739 SortedMap<K, V> map() {
3740 return (SortedMap<K, V>) super.map();
3741 }
3742
3743 @Override
3744 public Comparator<? super K> comparator() {

Callers 6

comparatorMethod · 0.95
subSetMethod · 0.95
headSetMethod · 0.95
tailSetMethod · 0.95
firstMethod · 0.95
lastMethod · 0.95

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected