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.ipv4  
    inet.ipaddr.ipv6  
    • Uses of IPAddressNetwork in inet.ipaddr

      Subclasses of IPAddressNetwork in inet.ipaddr 
      Modifier and Type Class and Description
      class  IPAddressTypeNetwork<T extends IPAddress,S extends IPAddressSegment>
      A network of addresses of a single version (ie bit length) providing a collection of standard addresses and segments for that version, such as masks and loopbacks.
      Methods in inet.ipaddr that return IPAddressNetwork 
      Modifier and Type Method and Description
      abstract IPAddressNetwork IPAddressSection.getNetwork() 
      abstract IPAddressNetwork IPAddress.getNetwork() 
      static IPAddressNetwork IPAddress.network(IPAddress.IPVersion version) 
    • 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