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(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(Object object)
object
- the object to compare with this instancetrue
if the two objects are identical and can be deduplicatedCopyright © 2021 TIBCO Software Inc.. All rights reserved.