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

Uses of Interface
inet.ipaddr.AddressComponent

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

      Subinterfaces of AddressComponent in inet.ipaddr 
      Modifier and Type Interface and Description
      interface  AddressSection 
      interface  AddressSegment
      Represents a single segment of an address.
      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 AddressComponent 
      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.
      class  IPAddressSegment
      This represents a single segment of an IP address.
      Methods in inet.ipaddr that return AddressComponent 
      Modifier and Type Method and Description
      AddressComponent AddressComponent.getLower()
      If this instance represents multiple address components, returns the one with the lowest numeric value.
      AddressComponent AddressComponent.getUpper()
      If this instance represents multiple address components, returns the one with the highest numeric value.
      AddressComponent AddressComponent.reverseBits(boolean perByte)
      Returns a new AddressComponent with the bits reversed.
      AddressComponent AddressComponent.reverseBytes()
      Returns an AddressComponent with the bytes reversed.
      Methods in inet.ipaddr that return types with arguments of type AddressComponent 
      Modifier and Type Method and Description
      java.lang.Iterable<? extends AddressComponent> AddressComponent.getIterable()
      Useful for using an instance in a "for-each loop".
      java.util.Iterator<? extends AddressComponent> AddressComponent.iterator()
      Iterates through the individual elements of this address component.
    • Uses of AddressComponent in inet.ipaddr.ipv4

      Classes in inet.ipaddr.ipv4 that implement AddressComponent 
      Modifier and Type Class and Description
      class  IPv4Address
      An IPv4 address, or a subnet of multiple IPv4 addresses.
      class  IPv4AddressSection 
      class  IPv4AddressSegment
      This represents a segment of an IP address.
    • Uses of AddressComponent in inet.ipaddr.ipv6

      Classes in inet.ipaddr.ipv6 that implement AddressComponent 
      Modifier and Type Class and Description
      class  IPv6Address
      An IPv6 address, or a subnet of multiple IPv6 addresses.
      class  IPv6AddressSection 
      class  IPv6AddressSegment
      This represents a segment of an IP address.
    • Uses of AddressComponent in inet.ipaddr.mac

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