Uses of Class
inet.ipaddr.format.util.IPAddressPartStringCollection
-
Packages that use IPAddressPartStringCollection Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6 -
-
Uses of IPAddressPartStringCollection in inet.ipaddr
Methods in inet.ipaddr that return IPAddressPartStringCollection Modifier and Type Method Description IPAddressPartStringCollection
IPAddress. toAllStringCollection()
IPAddressPartStringCollection
IPAddressSection. toAllStringCollection()
Use this method with care...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-insensitiveIPAddressPartStringCollection
IPAddress. toStandardStringCollection()
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 thereofIPAddressPartStringCollection
IPAddress. toStringCollection(IPAddressSection.IPStringBuilderOptions options)
IPAddressPartStringCollection
IPAddressSegmentSeries. toStringCollection(IPAddressSection.IPStringBuilderOptions options)
-
Uses of IPAddressPartStringCollection in inet.ipaddr.ipv4
Methods in inet.ipaddr.ipv4 that return IPAddressPartStringCollection Modifier and Type Method Description IPAddressPartStringCollection
IPv4Address. toAllStringCollection()
IPAddressPartStringCollection
IPv4AddressSection. toAllStringCollection()
IPAddressPartStringCollection
IPv4AddressSection. toDatabaseSearchStringCollection()
IPAddressPartStringCollection
IPv4Address. toStandardStringCollection()
IPAddressPartStringCollection
IPv4AddressSection. toStandardStringCollection()
IPAddressPartStringCollection
IPv4Address. toStringCollection(IPAddressSection.IPStringBuilderOptions opts)
IPAddressPartStringCollection
IPv4Address. toStringCollection(IPv4AddressSection.IPv4StringBuilderOptions opts)
IPAddressPartStringCollection
IPv4AddressSection. toStringCollection(IPAddressSection.IPStringBuilderOptions opts)
IPAddressPartStringCollection
IPv4AddressSection. toStringCollection(IPv4AddressSection.IPv4StringBuilderOptions opts)
-
Uses of IPAddressPartStringCollection in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return IPAddressPartStringCollection Modifier and Type Method Description IPAddressPartStringCollection
IPv6Address. toAllStringCollection()
IPAddressPartStringCollection
IPv6AddressSection. toAllStringCollection()
IPAddressPartStringCollection
IPv6AddressSection. toDatabaseSearchStringCollection()
IPAddressPartStringCollection
IPv6Address. toStandardStringCollection()
IPAddressPartStringCollection
IPv6AddressSection. toStandardStringCollection()
IPAddressPartStringCollection
IPv6Address. toStringCollection(IPAddressSection.IPStringBuilderOptions opts)
IPAddressPartStringCollection
IPv6Address. toStringCollection(IPv6AddressSection.IPv6StringBuilderOptions opts)
IPAddressPartStringCollection
IPv6AddressSection. toStringCollection(IPAddressSection.IPStringBuilderOptions options)
IPAddressPartStringCollection
IPv6AddressSection. toStringCollection(IPv6AddressSection.IPv6StringBuilderOptions opts)
-