Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.format | |
inet.ipaddr.format.util | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 | |
inet.ipaddr.mac |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressSegment
This represents a single segment of an IP address.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPAddressStringDivision |
Modifier and Type | Class and Description |
---|---|
class |
AddressBitsDivision
An address division for mac
|
class |
AddressDivision
A division of an address.
|
class |
AddressDivisionBase
Base class for address divisions.
|
class |
IPAddressBitsDivision |
class |
IPAddressDivision
A division of an IP address.
|
class |
IPAddressJoinedSegments
A combination of two or more IP address segments.
|
class |
IPAddressLargeDivision
This class supports a segment of an arbitrary number of bits.
|
Modifier and Type | Method and Description |
---|---|
AddressStringDivision |
AddressStringDivisionSeries.getDivision(int index) |
AddressStringDivision |
AddressStringDivisionGrouping.getDivision(int index) |
Constructor and Description |
---|
AddressStringDivisionGrouping(AddressStringDivision[] divisions) |
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuilder |
AddressDivisionWriter.appendDivision(java.lang.StringBuilder builder,
AddressStringDivision div) |
int |
AddressDivisionWriter.getDivisionStringLength(AddressStringDivision seg) |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MACAddressSegment |