MCPcopy Index your code
hub / github.com/antlr/codebuff / rowComparator

Method rowComparator

output/java_guava/1.4.19/TreeBasedTable.java:151–153  ·  view source on GitHub ↗

Returns the comparator that orders the rows. With natural ordering, Ordering#natural() is returned.

()

Source from the content-addressed store, hash-verified

149
150
151 public Comparator<? super R> rowComparator() {
152 return rowKeySet().comparator();
153 }
154
155 /**
156 * Returns the comparator that orders the columns. With natural ordering,

Callers 1

createMethod · 0.45

Calls 2

rowKeySetMethod · 0.95
comparatorMethod · 0.65

Tested by

no test coverage detected