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