public interface IEqualsHashComparator
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object1,
Object object2)
check equality of two objects
|
int |
hashCodeOf(Object object)
compute hash code of object
|
boolean equals(Object object1, Object object2)
object1
- object2
- int hashCodeOf(Object object)
object
- the object which for hash code have to be computeCopyright © 2007-2012 Luc Peuvrier. All Rights Reserved.