Uses of Class
org.jfree.data.KeyedValueComparatorType
Package
Description
The base package for classes that represent various types of data.
-
Uses of KeyedValueComparatorType in org.jfree.data
Modifier and TypeFieldDescriptionstatic final KeyedValueComparatorType
KeyedValueComparatorType.BY_KEY
An object representing 'by key' sorting.static final KeyedValueComparatorType
KeyedValueComparatorType.BY_VALUE
An object representing 'by value' sorting.ModifierConstructorDescriptionKeyedValueComparator
(KeyedValueComparatorType type, SortOrder order) Creates a new comparator.