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

Uses of Class
inet.ipaddr.AddressNetwork

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

      Subclasses of AddressNetwork in inet.ipaddr 
      Modifier and Type Class and Description
      class  IPAddressNetwork<T extends IPAddress,R extends IPAddressSection,E extends IPAddressSection,S extends IPAddressSegment,J extends java.net.InetAddress>
      Represents a network of addresses of a single IP version providing a collection of standard addresses components for that version, such as masks and loopbacks.
      Methods in inet.ipaddr that return AddressNetwork 
      Modifier and Type Method and Description
      AddressNetwork<?> AddressSegmentSeries.getNetwork()
      Returns the network object for series of the same version (eg IPv4, IPv6 and MAC each have their own network object)
      AddressNetwork<?> AddressSegment.getNetwork() 
    • Uses of AddressNetwork in inet.ipaddr.format

      Methods in inet.ipaddr.format that return AddressNetwork 
      Modifier and Type Method and Description
      abstract AddressNetwork<S> AddressCreator.getNetwork() 
    • Uses of AddressNetwork in inet.ipaddr.ipv4

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

      Subclasses of AddressNetwork in inet.ipaddr.ipv6 
      Modifier and Type Class and Description
      class  IPv6AddressNetwork 
    • Uses of AddressNetwork in inet.ipaddr.mac

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