Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for registrySuffixIndex (0.06 sec)

  1. 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;
      }
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 27.9K bytes
    - Viewed (0)
Back to top