| Package | Description |
|---|---|
| com.h3c.util.ip |
| Modifier and Type | Method and Description |
|---|---|
static IpDnsPair |
IpDnsPair.valueOf(IpAddress ip)
Returns an
IpDnsPair object that represents the specified
IpAddress and the "unresolvable" DnsName paired together. |
static IpDnsPair |
IpDnsPair.valueOf(IpAddress ip,
DnsName dns)
Returns an
IpDnsPair object that represents the specified
IpAddress and DnsName paired together. |
static IpDnsPair |
IpDnsPair.valueOf(String ip)
Calls
valueOf(IpAddress) after converting the
string parameter to an IpAddress instance. |
static IpDnsPair |
IpDnsPair.valueOf(String ip,
String dns)
Calls
valueOf(IpAddress,DnsName) after converting the string
parameters to their respective data-types. |
| Modifier and Type | Method and Description |
|---|---|
int |
IpDnsPair.compareTo(IpDnsPair o)
Delegates our comparable to the IpAddress implementation.
|
Copyright © 2014. All Rights Reserved.