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

Uses of Interface
inet.ipaddr.format.IPAddressStringDivision

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

      Classes in inet.ipaddr that implement IPAddressStringDivision 
      Modifier and Type Class and Description
      class  IPAddressSegment
      This represents a single segment of an IP address.
    • Uses of IPAddressStringDivision in inet.ipaddr.format

      Classes in inet.ipaddr.format that implement IPAddressStringDivision 
      Modifier and Type Class and Description
      class  IPAddressBitsDivision 
      class  IPAddressDivision
      A division of an IP address.
      class  IPAddressJoinedSegments
      A combination of two or more IP address segments.
      class  IPAddressLargeDivision
      This class supports a segment of an arbitrary number of bits.
      Methods in inet.ipaddr.format that return IPAddressStringDivision 
      Modifier and Type Method and Description
      IPAddressStringDivision IPAddressStringDivisionSeries.getDivision(int index) 
      IPAddressStringDivision IPAddressStringDivisionGrouping.getDivision(int index) 
      Constructors in inet.ipaddr.format with parameters of type IPAddressStringDivision 
      Constructor and Description
      IPAddressStringDivisionGrouping(IPAddressStringDivision[] divisions, IPAddressNetwork<?,?,?,?,?> network, java.lang.Integer prefixLength) 
    • Uses of IPAddressStringDivision in inet.ipaddr.ipv4

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

      Classes in inet.ipaddr.ipv6 that implement IPAddressStringDivision 
      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