- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for MissingOverride (0.7 sec)
-
android/guava/src/com/google/common/base/CharMatcher.java
/** Returns a matcher that matches any character not matched by this matcher. */ // This is not an override in java7, where Guava's Predicate does not extend the JDK's Predicate. @SuppressWarnings("MissingOverride") public CharMatcher negate() { return new Negated(this); } /** * Returns a matcher that matches any character matched by both this matcher and {@code other}. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 53.9K bytes - Viewed (0)