|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.data.KeyedValueComparatorType
public final class 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(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. |
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 String toString()
toString
in class Object
public boolean equals(Object o)
true
if this object is equal to the specified
object, and false
otherwise.
equals
in class Object
o
- the other object.
public int hashCode()
hashCode
in class Object
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |