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

Uses of Interface
inet.ipaddr.format.AddressItem

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

      Subinterfaces of AddressItem in inet.ipaddr 
      Modifier and Type Interface and Description
      interface  AddressComponent 
      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 AddressItem 
      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.
      Constructors in inet.ipaddr with parameters of type AddressItem 
      Constructor and Description
      AddressConversionException(AddressItem one, AddressItem two) 
      AddressConversionException(AddressItem one, AddressItem two, java.lang.String key) 
      AddressPositionException(AddressItem item, int position) 
      AddressPositionException(AddressItem item, int position, int otherPosition) 
      AddressValueException(AddressItem one, AddressItem two) 
      AddressValueException(AddressItem one, AddressItem two, int count) 
      AddressValueException(AddressItem one, java.lang.String key) 
      IncompatibleAddressException(AddressItem one, AddressItem two, java.lang.String key) 
      IncompatibleAddressException(AddressItem one, int oneIndex, AddressItem two, int twoIndex, java.lang.String key) 
      IncompatibleAddressException(AddressItem one, int prefixLength, java.lang.String key) 
      IncompatibleAddressException(AddressItem one, java.lang.String key) 
      InconsistentPrefixException(AddressItem one, AddressItem two, java.lang.Integer prefixLength) 
      NetworkMismatchException(AddressItem one) 
      NetworkMismatchException(AddressItem one, AddressItem two) 
      PrefixLenException(AddressItem one, int prefixLength) 
      SizeMismatchException(AddressItem one, AddressItem two) 
    • Uses of AddressItem in inet.ipaddr.format

      Subinterfaces of AddressItem in inet.ipaddr.format 
      Modifier and Type Interface and Description
      interface  AddressDivisionSeries
      Represents a series of groups of address segments.
      Classes in inet.ipaddr.format that implement AddressItem 
      Modifier and Type Class and Description
      class  AddressBitsDivision
      An address division for mac
      class  AddressDivision
      A division of an address.
      class  AddressDivisionBase
      Base class for address divisions.
      class  AddressDivisionGrouping
      AddressDivisionGrouping objects consist of a series of AddressDivision objects, each division containing one or more segments.
      class  IPAddressBitsDivision 
      class  IPAddressDivision
      A division of an IP address.
      class  IPAddressDivisionGrouping
      IPAddressDivisionGrouping objects consist of a series of IPAddressDivision objects, each division containing one or more segments.
      class  IPAddressJoinedSegments
      A combination of two or more IP address segments.
      class  IPAddressLargeDivision
      This class supports a segment of an arbitrary number of bits.
    • Uses of AddressItem in inet.ipaddr.ipv4

      Classes in inet.ipaddr.ipv4 that implement AddressItem 
      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.
      class  IPv4JoinedSegments 
    • Uses of AddressItem in inet.ipaddr.ipv6

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

      Classes in inet.ipaddr.mac that implement AddressItem 
      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