| Package | Description |
|---|---|
| inet.ipaddr |
Base classes for IP addresses and generic addresses.
|
| inet.ipaddr.format.standard |
Classes for constructing division groupings in which the divisions are under 64 bits of length.
|
| Modifier and Type | Method and Description |
|---|---|
AddressDivision.MaskResult |
IPAddressSegment.maskRange(int maskValue) |
| Modifier and Type | Method and Description |
|---|---|
static AddressDivision.MaskResult |
AddressDivision.maskRange(long value,
long upperValue,
long maskValue)
Returns an object that provides the masked values for a range,
which for subnets is an aggregation of all masked individual addresses in the subnet.
|