Uses of Class
com.aoapps.net.HostAddress
Packages that use HostAddress
-
Uses of HostAddress in com.aoapps.net
Methods in com.aoapps.net that return HostAddressModifier and TypeMethodDescriptionHostAddress.intern()
Interns this host address much in the same fashion asString.intern()
.static HostAddress
HostAddress.valueOf
(DomainName domainName) If domainName is null, returns null.static HostAddress
HostAddress.valueOf
(InetAddress ip) If ip is null, returns null.static HostAddress
When enclosed in brackets"[...]"
Methods in com.aoapps.net with parameters of type HostAddressModifier and TypeMethodDescriptionint
HostAddress.compareTo
(HostAddress other) Sorts IP addresses before domain names.