WLCachedRowSet
, WLRowSetInternal
CachedRowSetImpl
, FilteredRowSetImpl
, JoinRowSetImpl
, WebRowSetImpl
@Deprecated
public interface SortedRowSet
Modifier and Type | Method | Description |
---|---|---|
java.util.Comparator |
getSorter() |
Deprecated.
Get a Comparator that is used to sort the rows of RowSet object.
|
void |
setSorter(java.util.Comparator c) |
Deprecated.
Set a Comparator that will be used to sort the rows of RowSet object.
|
void setSorter(java.util.Comparator c)
c
- Comparator instance used to decide the order of rows.java.util.Comparator getSorter()