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

Uses of Interface
inet.ipaddr.format.AddressStringDivisionSeries

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

      Subinterfaces of AddressStringDivisionSeries in inet.ipaddr 
      Modifier and Type Interface and Description
      interface  AddressSection 
      interface  AddressSegmentSeries
      Represents a series of address segments, each of equal byte size, the byte size being a whole number of bytes.
      interface  IPAddressSegmentSeries
      Represents a series of IP address segments.
      Classes in inet.ipaddr that implement AddressStringDivisionSeries 
      Modifier and Type Class and Description
      class  Address 
      class  IPAddress
      A single IP address, or a subnet of multiple addresses.
      class  IPAddressSection
      A section of an IPAddress.
    • Uses of AddressStringDivisionSeries in inet.ipaddr.format

      Subinterfaces of AddressStringDivisionSeries in inet.ipaddr.format 
      Modifier and Type Interface and Description
      interface  AddressDivisionSeries
      Represents a series of groups of address segments.
      interface  IPAddressStringDivisionSeries
      A generic part of an IP address for the purpose of producing a string for the address.
      Classes in inet.ipaddr.format that implement AddressStringDivisionSeries 
      Modifier and Type Class and Description
      class  AddressDivisionGrouping
      AddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.
      class  AddressStringDivisionGrouping 
      class  IPAddressDivisionGrouping
      IPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments.
      class  IPAddressStringDivisionGrouping 
    • Uses of AddressStringDivisionSeries in inet.ipaddr.ipv4

      Classes in inet.ipaddr.ipv4 that implement AddressStringDivisionSeries 
      Modifier and Type Class and Description
      class  IPv4Address
      An IPv4 address, or a subnet of multiple IPv4 addresses.
      class  IPv4AddressSection 
    • Uses of AddressStringDivisionSeries in inet.ipaddr.ipv6

      Classes in inet.ipaddr.ipv6 that implement AddressStringDivisionSeries 
      Modifier and Type Class and Description
      class  IPv6Address
      An IPv6 address, or a subnet of multiple IPv6 addresses.
      class  IPv6AddressSection 
      static class  IPv6AddressSection.IPv6v4MixedAddressSection 
    • Uses of AddressStringDivisionSeries in inet.ipaddr.mac

      Classes in inet.ipaddr.mac that implement AddressStringDivisionSeries 
      Modifier and Type Class and Description
      class  MACAddress
      A MAC address, or a collection of multiple MAC addresses.
      class  MACAddressSection 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes