public interface CoalesceChecker
Modifier and Type | Method and Description |
---|---|
boolean |
checkCoalesce(Object a,
Object b) |
int |
coalesceHash(Object a)
Any two objects for which checkCoalese() would return true must
coalesce hash to the same value!!!
|
boolean checkCoalesce(Object a, Object b)
int coalesceHash(Object a)
Copyright © 2017 com.mchange. All rights reserved.