public interface CoalesceChecker
Modifier and Type | Method and Description |
---|---|
boolean |
checkCoalesce(java.lang.Object a,
java.lang.Object b) |
int |
coalesceHash(java.lang.Object a)
Any two objects for which checkCoalese() would return true must
coalesce hash to the same value!!!
|
boolean checkCoalesce(java.lang.Object a, java.lang.Object b)
int coalesceHash(java.lang.Object a)