Package | Description |
---|---|
inet.ipaddr | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 |
Modifier and Type | Method and Description |
---|---|
IPAddressPartStringCollection |
IPAddressSection.toAllStringCollection()
Use this method with care...
|
IPAddressPartStringCollection |
IPAddress.toAllStringCollection() |
IPAddressPartStringCollection |
IPAddressSection.toDatabaseSearchStringCollection()
Returns a set of strings for search the standard string representations in a database
-compress the largest compressible segments or no compression (a:0:0:c:d:0:e:f or a::c:d:0:e:f)
-upper/lowercase is not considered because many databases are case-insensitive
|
IPAddressPartStringCollection |
IPAddressSection.toStandardStringCollection()
Returns at most a couple dozen string representations:
-mixed (1:2:3:4:5:6:1.2.3.4)
-upper and lower case
-full compressions or no compression (a:0:0:c:d:0:e:f or a::c:d:0:e:f or a:0:b:c:d::e:f)
-full leading zeros (000a:0000:000b:000c:000d:0000:000e:000f)
-combinations thereof
|
IPAddressPartStringCollection |
IPAddress.toStandardStringCollection() |
abstract IPAddressPartStringCollection |
IPAddressSection.toStringCollection(IPAddressSection.IPStringBuilderOptions options) |
IPAddressPartStringCollection |
IPAddress.toStringCollection(IPAddressSection.IPStringBuilderOptions options) |
Modifier and Type | Method and Description |
---|---|
IPAddressPartStringCollection |
IPv4AddressSection.toAllStringCollection() |
IPAddressPartStringCollection |
IPv4Address.toAllStringCollection() |
IPAddressPartStringCollection |
IPv4AddressSection.toDatabaseSearchStringCollection() |
IPAddressPartStringCollection |
IPv4AddressSection.toStandardStringCollection() |
IPAddressPartStringCollection |
IPv4Address.toStandardStringCollection() |
IPAddressPartStringCollection |
IPv4AddressSection.toStringCollection(IPAddressSection.IPStringBuilderOptions opts) |
IPAddressPartStringCollection |
IPv4Address.toStringCollection(IPAddressSection.IPStringBuilderOptions opts) |
IPAddressPartStringCollection |
IPv4AddressSection.toStringCollection(IPv4AddressSection.IPv4StringBuilderOptions opts) |
IPAddressPartStringCollection |
IPv4Address.toStringCollection(IPv4AddressSection.IPv4StringBuilderOptions opts) |
Modifier and Type | Method and Description |
---|---|
IPAddressPartStringCollection |
IPv6AddressSection.toAllStringCollection() |
IPAddressPartStringCollection |
IPv6Address.toAllStringCollection() |
IPAddressPartStringCollection |
IPv6AddressSection.toDatabaseSearchStringCollection() |
IPAddressPartStringCollection |
IPv6AddressSection.toStandardStringCollection() |
IPAddressPartStringCollection |
IPv6Address.toStandardStringCollection() |
IPAddressPartStringCollection |
IPv6AddressSection.toStringCollection(IPAddressSection.IPStringBuilderOptions options) |
IPAddressPartStringCollection |
IPv6Address.toStringCollection(IPAddressSection.IPStringBuilderOptions opts) |
IPAddressPartStringCollection |
IPv6AddressSection.toStringCollection(IPv6AddressSection.IPv6StringBuilderOptions opts) |
IPAddressPartStringCollection |
IPv6Address.toStringCollection(IPv6AddressSection.IPv6StringBuilderOptions opts) |