|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type.public interface ExtendedComparable<T>
This interface compares objects for order by adding methods for easier comparing.
Method Summary | |
---|---|
boolean |
isEQ(T o)
Compares if this object is equal to the specified object. |
boolean |
isGE(T o)
Compares if this object is greater or equal than the specified object. |
boolean |
isGT(T o)
Compares if this object is greater than the specified object. |
boolean |
isLE(T o)
Compares if this object is less or equal than the specified object. |
boolean |
isLT(T o)
Compares if this object is less than the specified object. |
boolean |
isNE(T o)
Compares if this object is not equal to the specified object. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
boolean isLT(T o)
o
- That object which is to compared with this object.
boolean isLE(T o)
o
- That object which is to compared with this object.
boolean isGT(T o)
o
- That object which is to compared with this object.
boolean isGE(T o)
o
- That object which is to compared with this object.
boolean isEQ(T o)
o
- That object which is to compared with this object.
boolean isNE(T o)
o
- That object which is to compared with this object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |