|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.data.KeyedValueComparatorType
Used to indicate the type of a KeyedValueComparator
: 'by key' or 'by value'.
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(java.lang.Object o)
Returns true if this object is equal to the specified object, and
false otherwise. |
int |
hashCode()
Returns a hash code. |
java.lang.String |
toString()
Returns a string representing the object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final KeyedValueComparatorType BY_KEY
public static final KeyedValueComparatorType BY_VALUE
Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object o)
true
if this object is equal to the specified object, and
false
otherwise.
o
- the other object.
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |