- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for registrySuffixIndex (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/net/InternetDomainName.java
return registrySuffixIndex() != NO_SUFFIX_FOUND; } /** * Returns the {@linkplain #isRegistrySuffix() registry suffix} portion of the domain name, or * {@code null} if no registry suffix is present. * * @since 23.3 */ public @Nullable InternetDomainName registrySuffix() { return hasRegistrySuffix() ? ancestor(registrySuffixIndex()) : null; } /**Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 27.9K bytes - Click Count (0)