Package | Description |
---|---|
com.google.common.base |
Basic utility libraries and interfaces.
|
Modifier and Type | Method and Description |
---|---|
<S extends T> |
Equivalence.wrap(S reference)
Returns a wrapper of
reference that implements
Object.equals() such that
wrap(this, a).equals(wrap(this, b)) if and only if this.equivalent(a, b) . |
Copyright © 2010-2013. All Rights Reserved.