Uses of Interface
inet.ipaddr.format.AddressComponentRange
Packages that use AddressComponentRange
Package
Description
Base classes for IP addresses and generic addresses.
Base classes for generic representations of address divisions and groupings of address divisions.
Contains utility classes such as collections, spliterators, and String-writers.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of AddressComponentRange in inet.ipaddr
Subinterfaces of AddressComponentRange in inet.ipaddrModifier and TypeInterfaceDescriptioninterface
interface
interface
Represents a single segment of an address.interface
Represents a series of address segments, each of equal byte size, the byte size being a whole number of bytes.interface
Represents a series of IP address segments.Classes in inet.ipaddr that implement AddressComponentRangeModifier and TypeClassDescriptionclass
An address, or a collection of multiple addresses.class
A single IP address, or a subnet of multiple addresses.class
A section of an IPAddress.class
This represents a single segment of an IP address.class
This class can be used to represent an arbitrary range of IP addresses. -
Uses of AddressComponentRange in inet.ipaddr.format
Subinterfaces of AddressComponentRange in inet.ipaddr.formatMethods in inet.ipaddr.format that return types with arguments of type AddressComponentRangeModifier and TypeMethodDescriptionAddressComponentRangeSpliterator
<? extends AddressComponentRange, ? extends AddressComponent> AddressComponentRange.spliterator()
Partitions and traverses through the individual address components. -
Uses of AddressComponentRange in inet.ipaddr.format.util
Classes in inet.ipaddr.format.util with type parameters of type AddressComponentRangeModifier and TypeInterfaceDescriptioninterface
AddressComponentRangeSpliterator<S extends AddressComponentRange,
T> AddressComponentSpliterator is aSpliterator
for address items.interface
AddressComponentSpliterator<T extends AddressComponentRange>
AddressComponentSpliterator is an AddressComponentRangeSpliterator for address components where the type of the item producing the spliterator matches the type of the item traversed. -
Uses of AddressComponentRange in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressComponentRangeModifier and TypeClassDescriptionclass
An IPv4 address, or a subnet of multiple IPv4 addresses.class
A section of an IPv4Address.class
This represents a segment of an IPv4 address.class
Represents an arbitrary range of IPv4 addresses. -
Uses of AddressComponentRange in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressComponentRangeModifier and TypeClassDescriptionclass
An IPv6 address, or a subnet of multiple IPv6 addresses.class
A section of an IPv6Address.class
This represents a segment of an IPv6 address.class
Represents an arbitrary range of IPv6 addresses. -
Uses of AddressComponentRange in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressComponentRangeModifier and TypeClassDescriptionclass
A MAC address, or a collection of multiple MAC addresses.class
A section of a MACAddress.class
Represents a segment of a MAC address.