Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.format | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 | |
inet.ipaddr.mac |
Modifier and Type | Class and Description |
---|---|
static class |
IPAddressSection.IPStringOptions
Represents a clear way to create a specific type of string.
|
Modifier and Type | Method and Description |
---|---|
AddressDivisionGrouping.StringOptions |
AddressDivisionGrouping.StringOptions.Builder.toOptions() |
Modifier and Type | Class and Description |
---|---|
static class |
IPv4AddressSection.IPv4StringOptions
Represents a clear way to create a specific type of string.
|
Modifier and Type | Class and Description |
---|---|
static class |
IPv6AddressSection.IPv6StringOptions
Provides a clear way to create a specific type of string.
|
Modifier and Type | Class and Description |
---|---|
static class |
MACAddressSection.MACStringOptions
Represents a clear way to create a specific type of string.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MACAddressSegment.toNormalizedString(AddressDivisionGrouping.StringOptions options) |
java.lang.String |
MACAddressSection.toNormalizedString(AddressDivisionGrouping.StringOptions stringOptions) |
java.lang.String |
MACAddress.toNormalizedString(AddressDivisionGrouping.StringOptions stringOptions) |
static java.lang.String |
MACAddressSection.toNormalizedString(AddressDivisionGrouping.StringOptions opts,
AddressDivisionGrouping section) |