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