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

Method keyComparator

output/java_guava/1.4.18/TreeMultimap.java:157–159  ·  view source on GitHub ↗

Returns the comparator that orders the multimap keys.

()

Source from the content-addressed store, hash-verified

155
156
157 public Comparator<? super K> keyComparator() {
158 return keyComparator;
159 }
160
161 @Override
162 public Comparator<? super V> valueComparator() {

Callers 2

createCollectionMethod · 0.95
writeObjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected