|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.monica.javacom.util.MJCIntegerEquality
Provides the functionality to compare Integers upon theis intValue.
Constructor Summary | |
MJCIntegerEquality()
|
Method Summary | |
boolean |
equalsTo(java.lang.Object o1,
java.lang.Object o2)
Returns true only then if both o1 and o2 are Integers and their intValue is the same. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MJCIntegerEquality()
Method Detail |
public boolean equalsTo(java.lang.Object o1, java.lang.Object o2)
equalsTo
in interface MJCEquality
Object
- o1: the first ObjectObject
- o2: the second Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |