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

Uses of Class
inet.ipaddr.IPAddressNetwork

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

      Methods in inet.ipaddr that return IPAddressNetwork 
      Modifier and Type Method and Description
      abstract IPAddressNetwork<?,?,?,?,?> IPAddressStringParameters.IPAddressStringFormatParameters.getNetwork() 
      IPAddressNetwork<?,?,?,?,?> IPAddressSegmentSeries.getNetwork() 
      abstract IPAddressNetwork<?,?,?,?,?> IPAddressSegment.getNetwork() 
      IPAddressNetwork<T,R,E,S,?> IPAddressNetwork.IPAddressCreator.getNetwork() 
      abstract IPAddressNetwork<?,?,?,?,?> IPAddress.getNetwork() 
    • Uses of IPAddressNetwork in inet.ipaddr.format

      Methods in inet.ipaddr.format that return IPAddressNetwork 
      Modifier and Type Method and Description
      IPAddressNetwork<?,?,?,?,?> IPAddressStringDivisionSeries.getNetwork() 
      IPAddressNetwork<?,?,?,?,?> IPAddressStringDivisionGrouping.getNetwork() 
      IPAddressNetwork<?,?,?,?,?> IPAddressDivisionGrouping.getNetwork() 
      Constructors in inet.ipaddr.format with parameters of type IPAddressNetwork 
      Constructor and Description
      IPAddressBitsDivision(long value, long upperValue, int bitCount, int defaultRadix, IPAddressNetwork<?,?,?,?,?> network, java.lang.Integer networkPrefixLength) 
      IPAddressDivisionGrouping(IPAddressDivision[] divisions, IPAddressNetwork<?,?,?,?,?> network)
      If the grouping is prefixed, then note that we allow both null:null:x:0:0 where is x is the division bit count and null:null:0:0:0 which essentially have the same overall prefix grouping prefix.
      IPAddressLargeDivision(byte[] bytes, byte[] upperBytes, int bitCount, int defaultRadix, IPAddressNetwork<?,?,?,?,?> network, java.lang.Integer prefixLength) 
      IPAddressLargeDivision(byte[] bytes, int bitCount, int defaultRadix, IPAddressNetwork<?,?,?,?,?> network, java.lang.Integer prefixLength) 
      IPAddressStringDivisionGrouping(IPAddressStringDivision[] divisions, IPAddressNetwork<?,?,?,?,?> network, java.lang.Integer prefixLength) 
    • Uses of IPAddressNetwork in inet.ipaddr.ipv4

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

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