Package | Description |
---|---|
inet.ipaddr |
Base classes for IP addresses and generic addresses.
|
Modifier and Type | Field and Description |
---|---|
IPAddressSection.WildcardOptions.WildcardOption |
IPAddressSection.WildcardOptions.wildcardOption |
IPAddressSection.WildcardOptions.WildcardOption |
IPAddressSection.IPStringOptions.wildcardOption |
Modifier and Type | Method and Description |
---|---|
static IPAddressSection.WildcardOptions.WildcardOption |
IPAddressSection.WildcardOptions.WildcardOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPAddressSection.WildcardOptions.WildcardOption[] |
IPAddressSection.WildcardOptions.WildcardOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IPAddressSection.IPStringOptions.Builder |
IPAddressSection.IPStringOptions.Builder.setWildcardOption(IPAddressSection.WildcardOptions.WildcardOption wildcardOption) |
Constructor and Description |
---|
WildcardOptions(IPAddressSection.WildcardOptions.WildcardOption wildcardOption) |
WildcardOptions(IPAddressSection.WildcardOptions.WildcardOption wildcardOption,
AddressDivisionGrouping.StringOptions.Wildcards wildcards) |