- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for normalizeToken (0.2 seconds)
-
android/guava/src/com/google/common/net/MediaType.java
String type, String subtype, Multimap<String, String> parameters) { checkNotNull(type); checkNotNull(subtype); checkNotNull(parameters); String normalizedType = normalizeToken(type); String normalizedSubtype = normalizeToken(subtype); checkArgument( !normalizedType.equals(WILDCARD) || normalizedSubtype.equals(WILDCARD), "A wildcard type cannot be used with a non-wildcard subtype");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Oct 02 01:46:40 GMT 2025 - 48K bytes - Click Count (0)