| Package | Description |
|---|---|
| inet.ipaddr | |
| inet.ipaddr.format |
| Modifier and Type | Field and Description |
|---|---|
IPAddressSection.WildcardOptions.Wildcards |
IPAddressSection.WildcardOptions.wildcards |
| Constructor and Description |
|---|
WildcardOptions(IPAddressSection.WildcardOptions.WildcardOption wildcardOption,
IPAddressSection.WildcardOptions.Wildcards wildcards) |
| Modifier and Type | Method and Description |
|---|---|
int |
IPAddressDivision.getPrefixAdjustedWildcardString(IPAddressSection.WildcardOptions.Wildcards wildcards,
int leadingZeroCount,
java.lang.String stringPrefix,
int radix,
boolean uppercase,
java.lang.StringBuilder appendable)
Produces a string to represent the segment.
|
int |
IPAddressDivision.getWildcardString(IPAddressSection.WildcardOptions.Wildcards wildcards,
int leadingZeroCount,
java.lang.String stringPrefix,
int radix,
boolean uppercase,
boolean splitDigits,
char splitDigitSeparator,
boolean reverseSplitDigits,
java.lang.StringBuilder appendable)
Produces a string to represent the segment, favouring wildcards and range characters over the network prefix to represent subnets.
|