public interface RowSorter
TreeTableModelSorted,
RowSorterAbstract| Modifier and Type | Method and Description |
|---|---|
boolean |
isBreak(TableRow last,
TableRow current) |
ArrayList<TableRow> |
sort(int sortCol,
boolean reverse,
List<TableRow> docs)
May make a copy of the Array, or return the original, but must not copy the
rows themselves.
|