Uses of Class
org.jfree.data.KeyedValueComparatorType
Packages that use KeyedValueComparatorType
Package
Description
The base package for classes that represent various types of data.
-
Uses of KeyedValueComparatorType in org.jfree.data
Fields in org.jfree.data declared as KeyedValueComparatorTypeModifier and TypeFieldDescriptionstatic final KeyedValueComparatorTypeKeyedValueComparatorType.BY_KEYAn object representing 'by key' sorting.static final KeyedValueComparatorTypeKeyedValueComparatorType.BY_VALUEAn object representing 'by value' sorting.Methods in org.jfree.data that return KeyedValueComparatorTypeConstructors in org.jfree.data with parameters of type KeyedValueComparatorTypeModifierConstructorDescriptionKeyedValueComparator(KeyedValueComparatorType type, SortOrder order) Creates a new comparator.