Package org.jfree.data
Class KeyedValueComparatorType
java.lang.Object
org.jfree.data.KeyedValueComparatorType
public final class KeyedValueComparatorType extends Object
Uses to indicate the type of a
KeyedValueComparator
: 'by key' or 'by
value'.-
Field Summary
Fields Modifier and Type Field Description static KeyedValueComparatorType
BY_KEY
An object representing 'by key' sorting.static KeyedValueComparatorType
BY_VALUE
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
public int hashCode()Returns a hash code.
-