Uses of Interface
inet.ipaddr.format.AddressItemRange
-
Packages that use AddressItemRange Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.format Base classes for generic representations of address divisions and groupings of address divisions.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6inet.ipaddr.mac Classes for MAC addresses. -
-
Uses of AddressItemRange in inet.ipaddr
Subinterfaces of AddressItemRange in inet.ipaddr Modifier and Type Interface 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 AddressItemRange Modifier and Type Class Description class
Address
An address, or a collection of multiple addresses.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.class
IPAddressSeqRange
This class can be used to represent an arbitrary range of IP addresses. -
Uses of AddressItemRange in inet.ipaddr.format
Subinterfaces of AddressItemRange in inet.ipaddr.format Modifier and Type Interface Description interface
AddressComponentRange
Represents a range of address componentsinterface
IPAddressRange
Represents a range of IP addresses -
Uses of AddressItemRange in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressItemRange Modifier and Type Class Description class
IPv4Address
An IPv4 address, or a subnet of multiple IPv4 addresses.class
IPv4AddressSection
A section of an IPv4Address.class
IPv4AddressSegment
This represents a segment of an IPv4 address.class
IPv4AddressSeqRange
Represents an arbitrary range of IPv4 addresses. -
Uses of AddressItemRange in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressItemRange Modifier and Type Class Description class
IPv6Address
An IPv6 address, or a subnet of multiple IPv6 addresses.class
IPv6AddressSection
A section of an IPv6Address.class
IPv6AddressSegment
This represents a segment of an IPv6 address.class
IPv6AddressSeqRange
Represents an arbitrary range of IPv6 addresses. -
Uses of AddressItemRange in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressItemRange Modifier and Type Class Description class
MACAddress
A MAC address, or a collection of multiple MAC addresses.class
MACAddressSection
A section of a MACAddress.class
MACAddressSegment
Represents a segment of a MAC address.
-