Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
inet.ipaddr.format.util.IPAddressPartStringCollection

  • Packages that use IPAddressPartStringCollection 
    Package Description
    inet.ipaddr  
    inet.ipaddr.ipv4  
    inet.ipaddr.ipv6  
    • Uses of IPAddressPartStringCollection in inet.ipaddr

      Methods in inet.ipaddr that return IPAddressPartStringCollection 
      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() 
      IPAddressPartStringCollection IPAddressSegmentSeries.toStringCollection(IPAddressSection.IPStringBuilderOptions options) 
      IPAddressPartStringCollection IPAddress.toStringCollection(IPAddressSection.IPStringBuilderOptions options) 
    • Uses of IPAddressPartStringCollection in inet.ipaddr.ipv4

      Methods in inet.ipaddr.ipv4 that return IPAddressPartStringCollection 
      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) 
    • Uses of IPAddressPartStringCollection in inet.ipaddr.ipv6

      Methods in inet.ipaddr.ipv6 that return IPAddressPartStringCollection 
      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) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes