Uses of Interface
inet.ipaddr.format.AddressItemRange
Packages that use AddressItemRange
Package
Description
Base classes for IP addresses and generic addresses.
Base classes for generic representations of address divisions and groupings of address divisions.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of AddressItemRange in inet.ipaddr
Subinterfaces of AddressItemRange in inet.ipaddrModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceRepresents a single segment of an address.interfaceRepresents a series of address segments, each of equal byte size, the byte size being a whole number of bytes.interfaceRepresents a series of IP address segments.Classes in inet.ipaddr that implement AddressItemRangeModifier and TypeClassDescriptionclassAn address, or a collection of multiple addresses.classA single IP address, or a subnet of multiple addresses.classA section of an IPAddress.classThis represents a single segment of an IP address.classThis class can be used to represent an arbitrary range of consecutive IP addresses. -
Uses of AddressItemRange in inet.ipaddr.format
Subinterfaces of AddressItemRange in inet.ipaddr.formatModifier and TypeInterfaceDescriptioninterfaceRepresents a range of address componentsinterfaceRepresents a range of IP addresses -
Uses of AddressItemRange in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressItemRangeModifier and TypeClassDescriptionclassAn IPv4 address, or a subnet of multiple IPv4 addresses.classA section of an IPv4Address.classThis represents a segment of an IPv4 address.classRepresents an arbitrary range of IPv4 addresses. -
Uses of AddressItemRange in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressItemRangeModifier and TypeClassDescriptionclassAn IPv6 address, or a subnet of multiple IPv6 addresses.classA section of an IPv6Address.classThis represents a segment of an IPv6 address.classRepresents an arbitrary range of IPv6 addresses. -
Uses of AddressItemRange in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressItemRangeModifier and TypeClassDescriptionclassA MAC address, or a collection of multiple MAC addresses.classA section of a MACAddress.classRepresents a segment of a MAC address.