| 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.BitwiseOrResult |
IPAddressSegment.bitwiseOrRange(int maskValue) |
| Modifier and Type | Method and Description |
|---|---|
static AddressDivision.BitwiseOrResult |
AddressDivision.bitwiseOrRange(long value,
long upperValue,
long maskValue)
Applies bitwise or to a range of values.
|