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

Uses of Interface
inet.ipaddr.format.IPAddressStringDivisionSeries

  • Packages that use IPAddressStringDivisionSeries 
    Package Description
    inet.ipaddr  
    inet.ipaddr.format  
    inet.ipaddr.format.util  
    inet.ipaddr.format.util.sql  
    inet.ipaddr.ipv4  
    inet.ipaddr.ipv6  
    • Uses of IPAddressStringDivisionSeries in inet.ipaddr

      Classes in inet.ipaddr that implement IPAddressStringDivisionSeries 
      Modifier and Type Class and Description
      class  IPAddressSection
      A section of an IPAddress.
      Methods in inet.ipaddr that return IPAddressStringDivisionSeries 
      Modifier and Type Method and Description
      IPAddressStringDivisionSeries[] IPAddressSection.getParts(IPAddressSection.IPStringBuilderOptions options)
      Get all representations of this address including this IPAddressSection.
      IPAddressStringDivisionSeries[] IPAddress.getParts(IPAddressSection.IPStringBuilderOptions options)
      Returns all the ways of breaking this address down into segments, as selected.
      Methods in inet.ipaddr with parameters of type IPAddressStringDivisionSeries 
      Modifier and Type Method and Description
      static java.lang.String IPAddressSection.toNormalizedString(IPAddressSection.IPStringOptions opts, IPAddressStringDivisionSeries section) 
    • Uses of IPAddressStringDivisionSeries in inet.ipaddr.format

      Classes in inet.ipaddr.format that implement IPAddressStringDivisionSeries 
      Modifier and Type Class and Description
      class  IPAddressDivisionGrouping
      IPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments.
      class  IPAddressStringDivisionGrouping 
    • Uses of IPAddressStringDivisionSeries in inet.ipaddr.format.util

      Classes in inet.ipaddr.format.util with type parameters of type IPAddressStringDivisionSeries 
      Modifier and Type Class and Description
      class  IPAddressPartConfiguredString<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<T>>
      Pairs a part of an IP address along with an instance of a parameter class to define a specific string.
      class  IPAddressPartStringSubCollection<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<T>,S extends IPAddressPartConfiguredString<T,P>> 
      interface  IPAddressStringWriter<T extends IPAddressStringDivisionSeries>
      An object for writing an IP address part string in a specific format.
      Fields in inet.ipaddr.format.util declared as IPAddressStringDivisionSeries 
      Modifier and Type Field and Description
      T IPAddressPartConfiguredString.addr 
      T IPAddressPartStringSubCollection.part 
      Methods in inet.ipaddr.format.util that return IPAddressStringDivisionSeries 
      Modifier and Type Method and Description
      IPAddressStringDivisionSeries IPAddressPartStringCollection.getPart(int index) 
      IPAddressStringDivisionSeries[] IPAddressPartStringCollection.getParts(IPAddressStringDivisionSeries[] array) 
      Methods in inet.ipaddr.format.util with parameters of type IPAddressStringDivisionSeries 
      Modifier and Type Method and Description
      IPAddressStringDivisionSeries[] IPAddressPartStringCollection.getParts(IPAddressStringDivisionSeries[] array) 
      IPAddressPartStringSubCollection<?,?,?> IPAddressPartStringCollection.getSubCollection(IPAddressStringDivisionSeries part) 
    • Uses of IPAddressStringDivisionSeries in inet.ipaddr.format.util.sql

      Classes in inet.ipaddr.format.util.sql with type parameters of type IPAddressStringDivisionSeries 
      Modifier and Type Class and Description
      class  SQLStringMatcher<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<T>,S extends IPAddressPartConfiguredString<T,P>>
      This class is intended to match part of an address when it is written with a given string.
    • Uses of IPAddressStringDivisionSeries in inet.ipaddr.ipv4

      Classes in inet.ipaddr.ipv4 that implement IPAddressStringDivisionSeries 
      Modifier and Type Class and Description
      class  IPv4AddressSection 
      Methods in inet.ipaddr.ipv4 that return IPAddressStringDivisionSeries 
      Modifier and Type Method and Description
      IPAddressStringDivisionSeries[] IPv4AddressSection.getParts(IPAddressSection.IPStringBuilderOptions options) 
      IPAddressStringDivisionSeries[] IPv4Address.getParts(IPAddressSection.IPStringBuilderOptions options) 
      IPAddressStringDivisionSeries[] IPv4AddressSection.getParts(IPv4AddressSection.IPv4StringBuilderOptions options) 
      IPAddressStringDivisionSeries[] IPv4Address.getParts(IPv4AddressSection.IPv4StringBuilderOptions options) 
    • Uses of IPAddressStringDivisionSeries in inet.ipaddr.ipv6

      Classes in inet.ipaddr.ipv6 that implement IPAddressStringDivisionSeries 
      Modifier and Type Class and Description
      class  IPv6AddressSection 
      static class  IPv6AddressSection.IPv6v4MixedAddressSection 
      Methods in inet.ipaddr.ipv6 that return IPAddressStringDivisionSeries 
      Modifier and Type Method and Description
      IPAddressStringDivisionSeries[] IPv6AddressSection.getParts(IPAddressSection.IPStringBuilderOptions opts) 
      IPAddressStringDivisionSeries[] IPv6Address.getParts(IPAddressSection.IPStringBuilderOptions options) 
      IPAddressStringDivisionSeries[] IPv6AddressSection.getParts(IPv6AddressSection.IPv6StringBuilderOptions opts) 
      IPAddressStringDivisionSeries[] IPv6Address.getParts(IPv6AddressSection.IPv6StringBuilderOptions options) 
      Methods in inet.ipaddr.ipv6 with parameters of type IPAddressStringDivisionSeries 
      Modifier and Type Method and Description
      static java.lang.String IPv6AddressSection.toNormalizedString(IPAddressSection.IPStringOptions options, java.lang.CharSequence zone, IPAddressStringDivisionSeries part) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes