|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortedTable.AbstractRowComparator | |
---|---|
org.dbunit.dataset |
Uses of SortedTable.AbstractRowComparator in org.dbunit.dataset |
---|
Subclasses of SortedTable.AbstractRowComparator in org.dbunit.dataset | |
---|---|
protected static class |
SortedTable.RowComparator
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. |
protected static class |
SortedTable.RowComparatorByString
Compares the rows with each other in order to sort them in the correct order using the string value of both values for the comparison. |
Methods in org.dbunit.dataset with parameters of type SortedTable.AbstractRowComparator | |
---|---|
void |
SortedTable.setRowComparator(SortedTable.AbstractRowComparator comparator)
Sets the comparator to be used for sorting the table rows. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |