|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataSetComparator
This interface defines the api for a comparator that is tied to a specific dataset (e.g. sorting by the value of a different column).
| Method Summary | |
|---|---|
int |
compare(DataSet data,
int row1,
int row2)
Compare the two rows. |
Comparator |
getComparator(int row)
Get the comparator for a sub-range of the dataset where the row is in. |
void |
setDataSet(DataSet data)
Set the dataset to be sorted using this comparator. |
| Methods inherited from interface java.util.Comparator |
|---|
compare, equals |
| Method Detail |
|---|
void setDataSet(DataSet data)
Comparator getComparator(int row)
int compare(DataSet data,
int row1,
int row2)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||