Uses of Interface
inet.ipaddr.format.AddressComponentRange
-
Packages that use AddressComponentRange 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.format.util Contains utility classes such as collections, spliterators, and String-writers.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6inet.ipaddr.mac Classes for MAC addresses. -
-
Uses of AddressComponentRange in inet.ipaddr
Subinterfaces of AddressComponentRange in inet.ipaddr Modifier and Type Interface Description interfaceAddressComponentinterfaceAddressSectioninterfaceAddressSegmentRepresents a single segment of an address.interfaceAddressSegmentSeriesRepresents a series of address segments, each of equal byte size, the byte size being a whole number of bytes.interfaceIPAddressSegmentSeriesRepresents a series of IP address segments.Classes in inet.ipaddr that implement AddressComponentRange Modifier and Type Class Description classAddressAn address, or a collection of multiple addresses.classIPAddressA single IP address, or a subnet of multiple addresses.classIPAddressSectionA section of an IPAddress.classIPAddressSegmentThis represents a single segment of an IP address.classIPAddressSeqRangeThis class can be used to represent an arbitrary range of consecutive IP addresses. -
Uses of AddressComponentRange in inet.ipaddr.format
Subinterfaces of AddressComponentRange in inet.ipaddr.format Modifier and Type Interface Description interfaceIPAddressRangeRepresents a range of IP addressesMethods in inet.ipaddr.format that return types with arguments of type AddressComponentRange Modifier and Type Method Description AddressComponentRangeSpliterator<? 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 AddressComponentRange Modifier and Type Interface Description interfaceAddressComponentRangeSpliterator<S extends AddressComponentRange,T>AddressComponentSpliterator is aSpliteratorfor address items.interfaceAddressComponentSpliterator<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 AddressComponentRange Modifier and Type Class Description classIPv4AddressAn IPv4 address, or a subnet of multiple IPv4 addresses.classIPv4AddressSectionA section of an IPv4Address.classIPv4AddressSegmentThis represents a segment of an IPv4 address.classIPv4AddressSeqRangeRepresents an arbitrary range of IPv4 addresses. -
Uses of AddressComponentRange in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressComponentRange Modifier and Type Class Description classIPv6AddressAn IPv6 address, or a subnet of multiple IPv6 addresses.classIPv6AddressSectionA section of an IPv6Address.classIPv6AddressSegmentThis represents a segment of an IPv6 address.classIPv6AddressSeqRangeRepresents an arbitrary range of IPv6 addresses. -
Uses of AddressComponentRange in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressComponentRange Modifier and Type Class Description classMACAddressA MAC address, or a collection of multiple MAC addresses.classMACAddressSectionA section of a MACAddress.classMACAddressSegmentRepresents a segment of a MAC address.
-