public interface Deduplicable
DeduplicableRegistry
Modifier and Type | Method and Description |
---|---|
int |
getHashCode()
Returns a hash code to be used for the deduplicate map.
|
boolean |
isIdentical(java.lang.Object object)
Determines if this instance is identical to another object.
|
int getHashCode()
isIdentical(Object)
,
i.e. if two objects are identical they should have the same hash code.boolean isIdentical(java.lang.Object object)
object
- the object to compare with this instancetrue
if the two objects are identical and can be deduplicated© 2001-2014 TIBCO Software Inc. www.jaspersoft.com