Returns the comparator that orders the rows. With natural ordering, Ordering#natural() is returned.
()
| 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, |
no test coverage detected