|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.diff.BinaryCompare
A simple implementation of the Compare interface that strictly compares all the bytes of two sequences for equality.
| Constructor Summary | |
BinaryCompare()
|
|
| Method Summary | |
boolean |
equalObjects(java.lang.Object src,
java.lang.Object trg)
Return true if the two arguments are "equal". |
int |
hashObject(java.lang.Object object)
Compute a hash value for the object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BinaryCompare()
| Method Detail |
public int hashObject(java.lang.Object object)
DiffCompare
hashObject in interface DiffCompare
public boolean equalObjects(java.lang.Object src,
java.lang.Object trg)
DiffCompare
equalObjects in interface DiffCompare
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||