Package | Description |
---|---|
com.hp.util.ip |
A set of classes representing data values in the network management domain.
|
Modifier and Type | Method and Description |
---|---|
static PartialSubnet |
PartialSubnet.valueOf(String spec)
Returns a
PartialSubnet instance that encapsulates the
subnet and any specified IP address range(s) expressed by the given
string specification. |
static PartialSubnet |
PartialSubnet.valueOf(Subnet subnet)
Returns a
PartialSubnet instance that encapsulates the given
subnet, with an implied IP address range that spans the complete subnet. |
static PartialSubnet |
PartialSubnet.valueOf(Subnet subnet,
IpRange range)
Returns a
PartialSubnet instance that encapsulates the given
subnet, and IP address range. |
static PartialSubnet |
PartialSubnet.valueOf(Subnet subnet,
List<IpRange> ranges)
Returns a
PartialSubnet instance that encapsulates the
given subnet, and IP address ranges. |
Modifier and Type | Method and Description |
---|---|
int |
PartialSubnet.compareTo(PartialSubnet o) |
Copyright © 2015. All Rights Reserved.