com.mchange.v1.identicator
Class StrongIdentityIdenticator

java.lang.Object
  extended by com.mchange.v1.identicator.StrongIdentityIdenticator
All Implemented Interfaces:
Identicator

public class StrongIdentityIdenticator
extends Object
implements Identicator


Constructor Summary
StrongIdentityIdenticator()
           
 
Method Summary
 int hash(Object o)
           
 boolean identical(Object a, Object b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrongIdentityIdenticator

public StrongIdentityIdenticator()
Method Detail

identical

public boolean identical(Object a,
                         Object b)
Specified by:
identical in interface Identicator

hash

public int hash(Object o)
Specified by:
hash in interface Identicator