| Package | Description |
|---|---|
| org.jfree.data |
| Modifier and Type | Field and Description |
|---|---|
static KeyedValueComparatorType |
KeyedValueComparatorType.BY_KEY
An object representing 'by key' sorting.
|
static KeyedValueComparatorType |
KeyedValueComparatorType.BY_VALUE
An object representing 'by value' sorting.
|
| Modifier and Type | Method and Description |
|---|---|
KeyedValueComparatorType |
KeyedValueComparator.getType()
Returns the type.
|
| Constructor and Description |
|---|
KeyedValueComparator(KeyedValueComparatorType type,
SortOrder order)
Creates a new comparator.
|