com.mchange.v1.identicator
Interface Identicator

All Known Implementing Classes:
StrongIdentityIdenticator, TypeRepIdenticator

public interface Identicator

Identicators should be immutable (sharable). Cloned collections share identicators


Method Summary
 int hash(Object o)
           
 boolean identical(Object a, Object b)
           
 

Method Detail

identical

boolean identical(Object a,
                  Object b)

hash

int hash(Object o)