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

Uses of Class
inet.ipaddr.format.AddressDivisionBase

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

      Subclasses of AddressDivisionBase in inet.ipaddr 
      Modifier and Type Class and Description
      class  IPAddressSegment
      This represents a single segment of an IP address.
      Constructors in inet.ipaddr with parameters of type AddressDivisionBase 
      Constructor and Description
      AddressTypeException(AddressDivisionBase one, int oneIndex, AddressDivisionBase two, int twoIndex, java.lang.String key) 
      AddressTypeException(AddressDivisionBase one, java.lang.String key) 
    • Uses of AddressDivisionBase in inet.ipaddr.format

      Subclasses of AddressDivisionBase in inet.ipaddr.format 
      Modifier and Type Class and Description
      class  AddressBitsDivision
      An address division for mac
      class  AddressDivision
      A division of an address.
      class  AddressLargeDivision
      This class supports a segment of an arbitrary number of bits.
      class  IPAddressBitsDivision 
      class  IPAddressDivision
      A division of an IP address.
      class  IPAddressJoinedSegments
      A combination of two or more IP address segments.
      Constructors in inet.ipaddr.format with parameters of type AddressDivisionBase 
      Constructor and Description
      AddressStringDivisionGrouping(AddressDivisionBase[] divisions) 
      IPAddressStringDivisionGrouping(AddressDivisionBase[] divisions, java.lang.Integer prefixLength) 
    • Uses of AddressDivisionBase in inet.ipaddr.ipv4

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

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

      Subclasses of AddressDivisionBase 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