Class SortedTable.RowComparator

java.lang.Object
org.dbunit.dataset.SortedTable.AbstractRowComparator
org.dbunit.dataset.SortedTable.RowComparator
All Implemented Interfaces:
Comparator
Enclosing class:
SortedTable

protected static class SortedTable.RowComparator extends SortedTable.AbstractRowComparator
Compares the rows with each other in order to sort them in the correct order using the data type and the Comparable implementation the current column has.