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

Uses of Class
inet.ipaddr.format.IPAddressDivision

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

      Subclasses of IPAddressDivision 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 IPAddressDivision 
      Modifier and Type Method and Description
      int IPAddressComparator.compare(IPAddressDivision one, IPAddressDivision two) 
      Constructors in inet.ipaddr with parameters of type IPAddressDivision 
      Constructor and Description
      IPAddressTypeException(IPAddressDivision one, int prefixLength, java.lang.String key) 
      IPAddressTypeException(IPAddressDivision one, java.lang.String key) 
    • Uses of IPAddressDivision in inet.ipaddr.format

      Subclasses of IPAddressDivision in inet.ipaddr.format 
      Modifier and Type Class and Description
      class  IPAddressJoinedSegments
      A combination of two or more IP address segments
      Methods in inet.ipaddr.format that return IPAddressDivision 
      Modifier and Type Method and Description
      IPAddressDivision IPAddressSegmentGrouping.getDivision(int index) 
      IPAddressDivision IPAddressPart.getDivision(int index) 
      Methods in inet.ipaddr.format with parameters of type IPAddressDivision 
      Modifier and Type Method and Description
      int IPAddressDivision.compareTo(IPAddressDivision other) 
      Constructors in inet.ipaddr.format with parameters of type IPAddressDivision 
      Constructor and Description
      IPAddressSegmentGrouping(IPAddressDivision[] divisions) 
    • Uses of IPAddressDivision in inet.ipaddr.ipv4

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

      Subclasses of IPAddressDivision in inet.ipaddr.ipv6 
      Modifier and Type Class and Description
      class  IPv6AddressSegment
      This represents a segment of an IP address.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes