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

Uses of Class
inet.ipaddr.format.AddressDivision

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

      Subclasses of AddressDivision in inet.ipaddr 
      Modifier and Type Class and Description
      class  IPAddressSegment
      This represents a single segment of an IP address.
      Methods in inet.ipaddr with parameters of type AddressDivision 
      Modifier and Type Method and Description
      int AddressComparator.compare(AddressDivision one, AddressDivision two) 
    • Uses of AddressDivision in inet.ipaddr.format

      Subclasses of AddressDivision in inet.ipaddr.format 
      Modifier and Type Class and Description
      class  AddressBitsDivision
      An address division for mac
      class  IPAddressBitsDivision 
      class  IPAddressDivision
      A division of an IP address.
      class  IPAddressJoinedSegments
      A combination of two or more IP address segments.
      Methods in inet.ipaddr.format that return AddressDivision 
      Modifier and Type Method and Description
      AddressDivision AddressDivisionSeries.getDivision(int index) 
      AddressDivision AddressDivisionGrouping.getDivision(int index) 
      Methods in inet.ipaddr.format with parameters of type AddressDivision 
      Modifier and Type Method and Description
      int AddressDivision.compareTo(AddressDivision other) 
      Constructors in inet.ipaddr.format with parameters of type AddressDivision 
      Constructor and Description
      AddressDivisionGrouping(AddressDivision[] divisions) 
      AddressDivisionGrouping(AddressDivision[] divisions, boolean checkDivisions) 
    • Uses of AddressDivision in inet.ipaddr.ipv4

      Subclasses of AddressDivision in inet.ipaddr.ipv4 
      Modifier and Type Class and Description
      class  IPv4AddressSegment
      This represents a segment of an IP address.
      class  IPv4JoinedSegments 
    • Uses of AddressDivision in inet.ipaddr.ipv6

      Subclasses of AddressDivision in inet.ipaddr.ipv6 
      Modifier and Type Class and Description
      class  IPv6AddressSegment
      This represents a segment of an IP address.
    • Uses of AddressDivision in inet.ipaddr.mac

      Subclasses of AddressDivision in inet.ipaddr.mac 
      Modifier and Type Class and Description
      class  MACAddressSegment 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes