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

Uses of Class
inet.ipaddr.format.AddressDivisionGrouping

  • Packages that use AddressDivisionGrouping 
    Package Description
    inet.ipaddr  
    inet.ipaddr.format  
    inet.ipaddr.ipv4  
    inet.ipaddr.ipv6  
    inet.ipaddr.mac  
    • Uses of AddressDivisionGrouping in inet.ipaddr

      Subclasses of AddressDivisionGrouping in inet.ipaddr 
      Modifier and Type Class and Description
      class  IPAddressSection
      A section of an IPAddress.
    • Uses of AddressDivisionGrouping in inet.ipaddr.format

      Subclasses of AddressDivisionGrouping in inet.ipaddr.format 
      Modifier and Type Class and Description
      class  IPAddressDivisionGrouping
      IPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments.
      Methods in inet.ipaddr.format with parameters of type AddressDivisionGrouping 
      Modifier and Type Method and Description
      int AddressDivisionGrouping.compareTo(AddressDivisionGrouping other) 
    • Uses of AddressDivisionGrouping in inet.ipaddr.ipv4

      Subclasses of AddressDivisionGrouping in inet.ipaddr.ipv4 
      Modifier and Type Class and Description
      class  IPv4AddressSection 
    • Uses of AddressDivisionGrouping in inet.ipaddr.ipv6

      Subclasses of AddressDivisionGrouping in inet.ipaddr.ipv6 
      Modifier and Type Class and Description
      class  IPv6AddressSection 
      static class  IPv6AddressSection.IPv6v4MixedAddressSection 
    • Uses of AddressDivisionGrouping in inet.ipaddr.mac

      Subclasses of AddressDivisionGrouping in inet.ipaddr.mac 
      Modifier and Type Class and Description
      class  MACAddressSection 
      Methods in inet.ipaddr.mac that return AddressDivisionGrouping 
      Modifier and Type Method and Description
      AddressDivisionGrouping MACAddress.getDottedAddress() 
      AddressDivisionGrouping MACAddressSection.getDottedGrouping() 
      Methods in inet.ipaddr.mac with parameters of type AddressDivisionGrouping 
      Modifier and Type Method and Description
      static java.lang.String MACAddressSection.toNormalizedString(AddressDivisionGrouping.StringOptions opts, AddressDivisionGrouping section) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes