Uses of Class
com.google.common.base.Equivalence.Wrapper
Packages that use Equivalence.Wrapper
-
Uses of Equivalence.Wrapper in com.google.common.base
Methods in com.google.common.base that return Equivalence.WrapperModifier and TypeMethodDescriptionfinal <S extends @Nullable T>
Equivalence.Wrapper<S> Equivalence.wrap
(S reference) Returns a wrapper ofreference
that implementsObject.equals()
such thatwrap(a).equals(wrap(b))
if and only ifequivalent(a, b)
.