- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for hasWildcard (0.04 sec)
-
guava/src/com/google/common/net/MediaType.java
withCharset.parsedCharset = Optional.of(charset); return withCharset; } /** Returns true if either the type or subtype is the wildcard. */ public boolean hasWildcard() { return type.equals(WILDCARD) || subtype.equals(WILDCARD); } /** * Returns {@code true} if this instance falls within the range (as defined by <a
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Oct 02 01:46:40 UTC 2025 - 48K bytes - Viewed (0) -
android/guava/src/com/google/common/net/MediaType.java
withCharset.parsedCharset = Optional.of(charset); return withCharset; } /** Returns true if either the type or subtype is the wildcard. */ public boolean hasWildcard() { return type.equals(WILDCARD) || subtype.equals(WILDCARD); } /** * Returns {@code true} if this instance falls within the range (as defined by <a
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Oct 02 01:46:40 UTC 2025 - 48K bytes - Viewed (0)