Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.format | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressSegment
This represents a single segment of an IP address.
|
Modifier and Type | Method and Description |
---|---|
int |
IPAddressComparator.compare(IPAddressDivision one,
IPAddressDivision two) |
Constructor and Description |
---|
IPAddressTypeException(IPAddressDivision one,
int prefixLength,
java.lang.String key) |
IPAddressTypeException(IPAddressDivision one,
java.lang.String key) |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressJoinedSegments
A combination of two or more IP address segments
|
Modifier and Type | Method and Description |
---|---|
IPAddressDivision |
IPAddressSegmentGrouping.getDivision(int index) |
IPAddressDivision |
IPAddressPart.getDivision(int index) |
Modifier and Type | Method and Description |
---|---|
int |
IPAddressDivision.compareTo(IPAddressDivision other) |
Constructor and Description |
---|
IPAddressSegmentGrouping(IPAddressDivision[] divisions) |
Modifier and Type | Class and Description |
---|---|
class |
IPv4AddressSegment
This represents a segment of an IP address.
|
class |
IPv4JoinedSegments |
Modifier and Type | Class and Description |
---|---|
class |
IPv6AddressSegment
This represents a segment of an IP address.
|