org.jfree.data
public final class KeyedValueComparatorType extends Object
| Field Summary | |
|---|---|
| static KeyedValueComparatorType | BY_KEY An object representing 'by key' sorting. |
| static KeyedValueComparatorType | BY_VALUE An object representing 'by value' sorting. |
| Method Summary | |
|---|---|
| boolean | equals(Object o)
Returns true if this object is equal to the specified
object, and false otherwise.
|
| int | hashCode()
Returns a hash code.
|
| String | toString()
Returns a string representing the object.
|
true if this object is equal to the specified
object, and false otherwise.
Parameters: o the other object.
Returns: A boolean.
Returns: A hash code.
Returns: The string.