Package org.jfree.data
Class KeyedValueComparatorType
java.lang.Object
org.jfree.data.KeyedValueComparatorType
- All Implemented Interfaces:
Serializable
Used to indicate the type of a
KeyedValueComparator
: 'by key' or
'by value'.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final KeyedValueComparatorType
An object representing 'by key' sorting.static final KeyedValueComparatorType
An object representing 'by value' sorting. -
Method Summary
-
Field Details
-
BY_KEY
An object representing 'by key' sorting. -
BY_VALUE
An object representing 'by value' sorting.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
Returns a hash code.
-