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 KeyedValueComparatorTypeBY_KEYAn object representing 'by key' sorting.static KeyedValueComparatorTypeBY_VALUEAn 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
Returnstrueif this object is equal to the specified object, andfalseotherwise. -
hashCode
public int hashCode()Returns a hash code.
-