| java.lang.Object org.jfree.util.TableOrder
TableOrder | final public class TableOrder implements Serializable(Code) | | Used to indicate the processing order for a table (by row or by column).
author: David Gilbert |
Method Summary | |
public boolean | equals(Object obj) Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: obj - the other object. | public int | hashCode() Returns a hash code value for the object. | public String | toString() Returns a string representing the object. |
equals | public boolean equals(Object obj)(Code) | | Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: obj - the other object. A boolean. |
hashCode | public int hashCode()(Code) | | Returns a hash code value for the object.
The hashcode |
toString | public String toString()(Code) | | Returns a string representing the object.
The string. |
|
|