Package | Description |
---|---|
org.glassfish.jersey.internal.guava |
Modifier and Type | Method and Description |
---|---|
static Equivalence<Object> |
Equivalence.equals()
Returns an equivalence that delegates to
Object.equals(java.lang.Object) and Object.hashCode() . |
static Equivalence<Object> |
Equivalence.identity()
Returns an equivalence that uses
== to compare values and System.identityHashCode(Object) to compute the hash code. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.