Interface CoalesceChecker
public interface CoalesceChecker
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckCoalesce(Object a, Object b) intAny two objects for which checkCoalese() would return true must coalesce hash to the same value!!!
-
Method Details
-
checkCoalesce
-
coalesceHash
Any two objects for which checkCoalese() would return true must coalesce hash to the same value!!!
-