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

Method comparator

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

Source from the content-addressed store, hash-verified

3741 }
3742
3743 @Override
3744 public Comparator<? super K> comparator() {
3745 return map().comparator();
3746 }
3747
3748 @Override
3749 public SortedSet<K> subSet(K fromElement, K toElement) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
comparatorMethod · 0.65

Tested by

no test coverage detected