- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for UngroupedOverloads (0.08 sec)
-
android/guava/src/com/google/common/base/Equivalence.java
@GwtCompatible /* * The type parameter is <T> rather than <T extends @Nullable> so that we can use T in the * doEquivalent and doHash methods to indicate that the parameter cannot be null. */ @SuppressWarnings("UngroupedOverloads") public abstract class Equivalence<T> { /** Constructor for use by subclasses. */ protected Equivalence() {} /** * Returns {@code true} if the given objects are considered equivalent. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 10 01:47:55 UTC 2025 - 14.5K bytes - Viewed (0)