org.jfree.ui.about
protected static class SystemPropertiesTableModel.SystemPropertyComparator extends Object implements Comparator
Constructor Summary | |
---|---|
SystemPropertyComparator(boolean ascending)
Standard constructor.
|
Method Summary | |
---|---|
int | compare(Object o1, Object o2)
Compares two objects.
|
boolean | equals(Object o)
Returns true if this object is equal to the specified
object, and false otherwise.
|
int | hashCode()
Returns a hash code value for the object.
|
Parameters: ascending a flag that controls the sort order (ascending or descending).
Parameters: o1 the first object. o2 the second object.
Returns: an integer that indicates the relative order of the objects.
true
if this object is equal to the specified
object, and false
otherwise.
Parameters: o the other object.
Returns: A boolean.
Returns: the hashcode