Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for registrySuffix (0.09 seconds)

  1. android/guava/src/com/google/common/net/InternetDomainName.java

       * 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;
      }
    
      /**
       * Indicates whether this domain name ends in a {@linkplain #isRegistrySuffix() registry suffix},
    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)
Back to Top