Package com.mchange.v1.identicator
Class StrongIdentityIdenticator
- java.lang.Object
-
- com.mchange.v1.identicator.StrongIdentityIdenticator
-
- All Implemented Interfaces:
Identicator
public class StrongIdentityIdenticator extends java.lang.Object implements Identicator
-
-
Constructor Summary
Constructors Constructor Description StrongIdentityIdenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inthash(java.lang.Object o)booleanidentical(java.lang.Object a, java.lang.Object b)
-
-
-
Method Detail
-
identical
public boolean identical(java.lang.Object a, java.lang.Object b)- Specified by:
identicalin interfaceIdenticator
-
hash
public int hash(java.lang.Object o)
- Specified by:
hashin interfaceIdenticator
-
-