Uses of Class
org.glassfish.jersey.internal.guava.Equivalence
Packages that use Equivalence
-
Uses of Equivalence in org.glassfish.jersey.internal.guava
Methods in org.glassfish.jersey.internal.guava that return EquivalenceModifier and TypeMethodDescriptionstatic Equivalence<Object>
Equivalence.equals()
Returns an equivalence that delegates toObject.equals(java.lang.Object)
andObject.hashCode()
.static Equivalence<Object>
Equivalence.identity()
Returns an equivalence that uses==
to compare values andSystem.identityHashCode(Object)
to compute the hash code.