org.jfree.data
public final class KeyedValueComparatorType extends java.lang.Object
KeyedValueComparator
: 'by key' or
'by value'.Modifier and Type | Field and Description |
---|---|
static KeyedValueComparatorType |
BY_KEY
An object representing 'by key' sorting.
|
static KeyedValueComparatorType |
BY_VALUE
An object representing 'by value' sorting.
|
public static final KeyedValueComparatorType BY_KEY
public static final KeyedValueComparatorType BY_VALUE
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
true
if this object is equal to the specified
object, and false
otherwise.equals
in class java.lang.Object
o
- the other object.public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.