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

Method comparator

corpus/java/training/guava/collect/Maps.java:3676–3679  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3674 }
3675
3676 @Override
3677 public Comparator<? super K> comparator() {
3678 return map().comparator();
3679 }
3680
3681 @Override
3682 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