- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for InstanceOfPredicate (0.07 sec)
-
guava/src/com/google/common/base/Predicates.java
@Override public int hashCode() { return clazz.hashCode(); } @Override public boolean equals(@Nullable Object obj) { if (obj instanceof InstanceOfPredicate) { InstanceOfPredicate<?> that = (InstanceOfPredicate<?>) obj; return clazz == that.clazz; } return false; } @Override public String toString() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 26.6K bytes - Viewed (0)