|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Encapsulates methods for comparing objects.
| Field Summary | |
static java.lang.String |
copyright
|
| Method Summary | |
int |
compare(Comparable object)
Compares this object with the specified one. |
boolean |
isEQ(Comparable object)
Tests whether this object is equal to the specified one. |
boolean |
isGE(Comparable object)
Tests whether this object is greater than or equal to the specified one. |
boolean |
isGT(Comparable object)
Tests whether this object is greater than the specified one. |
boolean |
isLE(Comparable object)
Tests whether this object is less than or equal to the specified one. |
boolean |
isLT(Comparable object)
Tests whether this object is less than the specified one. |
boolean |
isNE(Comparable object)
Tests whether this object is not equal to the specified one. |
| Field Detail |
public static final java.lang.String copyright
| Method Detail |
public boolean isLT(Comparable object)
object - The object with which this object is compared.AbstractObject.isLT(Opus5.Comparable)public boolean isLE(Comparable object)
object - The object with which this object is compared.AbstractObject.isLE(Opus5.Comparable)public boolean isGT(Comparable object)
object - The object with which this object is compared.AbstractObject.isGT(Opus5.Comparable)public boolean isGE(Comparable object)
object - The object with which this object is compared.AbstractObject.isGE(Opus5.Comparable)public boolean isEQ(Comparable object)
object - The object with which this object is compared.AbstractObject.isEQ(Opus5.Comparable)public boolean isNE(Comparable object)
object - The object with which this object is compared.AbstractObject.isNE(Opus5.Comparable)public int compare(Comparable object)
object - The object with which this object is compared.AbstractObject.compare(Opus5.Comparable)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||