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

Method comparator

output/java_guava/1.4.18/Maps.java:3739–3742  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3737 }
3738
3739 @Override
3740 public Comparator<? super K> comparator() {
3741 return map().comparator();
3742 }
3743
3744 @Override
3745 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