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