Package | Description |
---|---|
de.erichseifert.gral.data |
Data model classes.
|
de.erichseifert.gral.data.comparators |
Comparators for sorting data sources.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableDataSource.sort(DataComparator... comparators)
Sorts the data sink rows with the specified sorting rules.
|
void |
DataTable.sort(DataComparator... comparators)
Sorts the table rows with the specified DataComparators.
|
Modifier and Type | Class and Description |
---|---|
class |
Ascending
Class that represents a
DataComparator for comparing two arrays of
column values at a defined index for ascending order. |
class |
Descending
Class that represents a
DataComparator for comparing two arrays of
column values at a defined index for descending order. |
Copyright © 2009-2013. All Rights Reserved.