Package org.jfree.util
Class SortOrder
java.lang.Object
org.jfree.util.SortOrder
- All Implemented Interfaces:
Serializable
Defines tokens used to indicate sorting order (ascending or descending).
- Author:
- David Gilbert
- See Also:
-
Field Details
-
ASCENDING
Ascending order. -
DESCENDING
Descending order.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
Returns a hash code value for the object.
-