|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The DiffCompare interface can be used to delegate the comparison of objects. It is used to compute a has value for an object and compare two objects for equality.
| Method Summary | |
boolean |
equalObjects(java.lang.Object source,
java.lang.Object target)
Return true if the two arguments are "equal". |
int |
hashObject(java.lang.Object object)
Compute a hash value for the object. |
| Method Detail |
public int hashObject(java.lang.Object object)
public boolean equalObjects(java.lang.Object source,
java.lang.Object target)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||