Changed Methods |
boolean equals(Object )
|
Change in signature from java.lang.Object to Object .
|
Equality testing is based on the text supplied by the caller, after normalization as described
in the class documentation. |
InternetDomainName publicSuffix()
|
Change in return type from com.google.common.net.InternetDomainName to InternetDomainName .
|
Returns the #isPublicSuffix() public suffix portion of the domain name, or {@code
null} if no public suffix is present. |
InternetDomainName registrySuffix()
|
Change in return type from com.google.common.net.InternetDomainName to InternetDomainName .
|
Returns the #isRegistrySuffix() registry suffix portion of the domain name, or
{@code null} if no registry suffix is present. |