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 IPAddressPartStringCollectionIPAddress. toAllStringCollection()IPAddressPartStringCollectionIPAddressSection. toAllStringCollection()Use this method with care...IPAddressPartStringCollectionIPAddressSection. 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-insensitiveIPAddressPartStringCollectionIPAddress. toStandardStringCollection()IPAddressPartStringCollectionIPAddressSection. 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 thereofIPAddressPartStringCollectionIPAddress. toStringCollection(IPAddressSection.IPStringBuilderOptions options)IPAddressPartStringCollectionIPAddressSegmentSeries. toStringCollection(IPAddressSection.IPStringBuilderOptions options) -
Uses of IPAddressPartStringCollection in inet.ipaddr.ipv4
Methods in inet.ipaddr.ipv4 that return IPAddressPartStringCollection Modifier and Type Method Description IPAddressPartStringCollectionIPv4Address. toAllStringCollection()IPAddressPartStringCollectionIPv4AddressSection. toAllStringCollection()IPAddressPartStringCollectionIPv4AddressSection. toDatabaseSearchStringCollection()IPAddressPartStringCollectionIPv4Address. toStandardStringCollection()IPAddressPartStringCollectionIPv4AddressSection. toStandardStringCollection()IPAddressPartStringCollectionIPv4Address. toStringCollection(IPAddressSection.IPStringBuilderOptions opts)IPAddressPartStringCollectionIPv4Address. toStringCollection(IPv4AddressSection.IPv4StringBuilderOptions opts)IPAddressPartStringCollectionIPv4AddressSection. toStringCollection(IPAddressSection.IPStringBuilderOptions opts)IPAddressPartStringCollectionIPv4AddressSection. toStringCollection(IPv4AddressSection.IPv4StringBuilderOptions opts) -
Uses of IPAddressPartStringCollection in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return IPAddressPartStringCollection Modifier and Type Method Description IPAddressPartStringCollectionIPv6Address. toAllStringCollection()IPAddressPartStringCollectionIPv6AddressSection. toAllStringCollection()IPAddressPartStringCollectionIPv6AddressSection. toDatabaseSearchStringCollection()IPAddressPartStringCollectionIPv6Address. toStandardStringCollection()IPAddressPartStringCollectionIPv6AddressSection. toStandardStringCollection()IPAddressPartStringCollectionIPv6Address. toStringCollection(IPAddressSection.IPStringBuilderOptions opts)IPAddressPartStringCollectionIPv6Address. toStringCollection(IPv6AddressSection.IPv6StringBuilderOptions opts)IPAddressPartStringCollectionIPv6AddressSection. toStringCollection(IPAddressSection.IPStringBuilderOptions options)IPAddressPartStringCollectionIPv6AddressSection. toStringCollection(IPv6AddressSection.IPv6StringBuilderOptions opts)
-