Package com.mchange.v1.identicator
Interface Identicator
-
- All Known Implementing Classes:
IdentityHashCodeIdenticator,StrongIdentityIdenticator,TypeRepIdenticator
public interface IdenticatorIdenticators should be immutable (sharable). Cloned collections share identicators
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description inthash(java.lang.Object o)booleanidentical(java.lang.Object a, java.lang.Object b)
-