- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for registrySuffixIndex (0.08 seconds)
-
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 Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 21:21:59 GMT 2026 - 26.2K bytes - Click Count (0)