public interface SortedRowSet
| Modifier and Type | Method and Description | 
|---|---|
| Comparator | getSorter()Deprecated.  Get a Comparator that is used to sort the rows of RowSet object. | 
| void | setSorter(Comparator c)Deprecated.  Set a Comparator that will be used to sort the rows of RowSet object. | 
void setSorter(Comparator c)
c - Comparator instance used to decide the order of rows.Comparator getSorter()