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 int
hash(java.lang.Object o)
boolean
identical(java.lang.Object a, java.lang.Object b)
-
-
-
Method Detail
-
identical
public boolean identical(java.lang.Object a, java.lang.Object b)
- Specified by:
identical
in interfaceIdenticator
-
hash
public int hash(java.lang.Object o)
- Specified by:
hash
in interfaceIdenticator
-
-