- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for UngroupedOverloads (0.06 seconds)
-
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. *
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Jul 10 01:47:55 GMT 2025 - 14.5K bytes - Click Count (0)