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

Uses of Interface
inet.ipaddr.format.IPAddressPart

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

      Classes in inet.ipaddr that implement IPAddressPart 
      Modifier and Type Class and Description
      class  IPAddressSection
      A section of an IPAddress.
      Methods in inet.ipaddr that return IPAddressPart 
      Modifier and Type Method and Description
      IPAddressPart[] IPAddressSection.getParts(IPAddressSection.IPStringBuilderOptions options)
      Get all representations of this address including this IPAddressSection.
      IPAddressPart[] 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 IPAddressPart 
      Modifier and Type Method and Description
      static boolean IPAddressSection.isDecimalSameAsOctal(boolean checkRange, IPAddressPart part) 
      static java.lang.String IPAddressSection.toNormalizedString(IPAddressSection.StringOptions opts, IPAddressPart section) 
    • Uses of IPAddressPart in inet.ipaddr.format

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

      Classes in inet.ipaddr.format.util with type parameters of type IPAddressPart 
      Modifier and Type Class and Description
      class  IPAddressPartConfiguredString<T extends IPAddressPart,P extends IPAddressPartStringParams<T>>
      Pairs a part of an IP address along with an instance of a parameter class to define a specific string.
      static class  IPAddressPartStringCollection.StringParams<T extends IPAddressPart>
      Each StringParams has settings to write exactly one IP address part string.
      class  IPAddressPartStringParams<T extends IPAddressPart>
      Each AddressPartStringParams has settings to write exactly one IP address part string.
      class  IPAddressPartStringSubCollection<T extends IPAddressPart,P extends IPAddressPartStringParams<T>,S extends IPAddressPartConfiguredString<T,P>> 
      Fields in inet.ipaddr.format.util declared as IPAddressPart 
      Modifier and Type Field and Description
      T IPAddressPartConfiguredString.addr 
      T IPAddressPartStringSubCollection.part 
      Methods in inet.ipaddr.format.util that return IPAddressPart 
      Modifier and Type Method and Description
      IPAddressPart IPAddressPartStringCollection.getPart(int index) 
      IPAddressPart[] IPAddressPartStringCollection.getParts(IPAddressPart[] array) 
      Methods in inet.ipaddr.format.util with parameters of type IPAddressPart 
      Modifier and Type Method and Description
      IPAddressPart[] IPAddressPartStringCollection.getParts(IPAddressPart[] array) 
      IPAddressPartStringSubCollection<?,?,?> IPAddressPartStringCollection.getSubCollection(IPAddressPart part) 
    • Uses of IPAddressPart in inet.ipaddr.format.util.sql

      Classes in inet.ipaddr.format.util.sql with type parameters of type IPAddressPart 
      Modifier and Type Class and Description
      class  SQLStringMatcher<T extends IPAddressPart,P extends IPAddressPartStringParams<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 IPAddressPart in inet.ipaddr.ipv4

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

      Classes in inet.ipaddr.ipv6 that implement IPAddressPart 
      Modifier and Type Class and Description
      class  IPv6AddressSection 
      static class  IPv6AddressSection.IPv6v4MixedAddressSection 
      Methods in inet.ipaddr.ipv6 that return IPAddressPart 
      Modifier and Type Method and Description
      IPAddressPart[] IPv6AddressSection.getParts(IPAddressSection.IPStringBuilderOptions opts) 
      IPAddressPart[] IPv6Address.getParts(IPAddressSection.IPStringBuilderOptions options) 
      IPAddressPart[] IPv6AddressSection.getParts(IPv6AddressSection.IPv6StringBuilderOptions opts) 
      IPAddressPart[] IPv6Address.getParts(IPv6AddressSection.IPv6StringBuilderOptions options) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes