org.jfree.data

Class KeyedValueComparatorType

public final class KeyedValueComparatorType extends Object

Used to indicate the type of a KeyedValueComparator : 'by key' or 'by value'.
Field Summary
static KeyedValueComparatorTypeBY_KEY
An object representing 'by key' sorting.
static KeyedValueComparatorTypeBY_VALUE
An object representing 'by value' sorting.
Method Summary
booleanequals(Object o)
Returns true if this object is equal to the specified object, and false otherwise.
inthashCode()
Returns a hash code.
StringtoString()
Returns a string representing the object.

Field Detail

BY_KEY

public static final KeyedValueComparatorType BY_KEY
An object representing 'by key' sorting.

BY_VALUE

public static final KeyedValueComparatorType BY_VALUE
An object representing 'by value' sorting.

Method Detail

equals

public boolean equals(Object o)
Returns true if this object is equal to the specified object, and false otherwise.

Parameters: o the other object.

Returns: A boolean.

hashCode

public int hashCode()
Returns a hash code.

Returns: A hash code.

toString

public String toString()
Returns a string representing the object.

Returns: The string.