Uses of Interface
inet.ipaddr.AddressComponent
Packages that use AddressComponent
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 AddressComponent in inet.ipaddr
Subinterfaces of AddressComponent in inet.ipaddrModifier and TypeInterfaceDescriptioninterface
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 AddressComponentModifier 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.Methods in inet.ipaddr that return AddressComponentModifier and TypeMethodDescriptionAddressComponent.reverseBits
(boolean perByte) Returns a new AddressComponent with the bits reversed.AddressComponent.reverseBytes()
Returns an AddressComponent with the bytes reversed.Methods in inet.ipaddr that return types with arguments of type AddressComponentModifier and TypeMethodDescriptionAddressComponentSpliterator
<? extends AddressComponent> AddressComponent.spliterator()
-
Uses of AddressComponent in inet.ipaddr.format
Methods in inet.ipaddr.format with type parameters of type AddressComponentModifier and TypeMethodDescriptionstatic <T extends AddressComponent>
Stream<T> AddressComponentRange.stream
(Function<T, Stream<? extends T>> addrStreamFunc, Collection<? extends T> components) Given a list of components, and a lambda that returns a stream for that component type, returns a sequential combined stream produced by applying that lambda to all the components.static <T extends AddressComponent>
Stream<T> Given a list of components, and a lambda that returns a stream for that component type, returns a combined stream produced by applying that lambda to all the components.Methods in inet.ipaddr.format that return AddressComponentModifier and TypeMethodDescriptionAddressComponentRange.getLower()
If this instance represents multiple address items, returns the one with the lowest numeric value.AddressComponentRange.getUpper()
If this instance represents multiple address items, returns the one with the highest numeric value.Methods in inet.ipaddr.format that return types with arguments of type AddressComponentModifier and TypeMethodDescriptionIterable
<? extends AddressComponent> AddressComponentRange.getIterable()
Useful for using an instance in a "for-each loop".Iterator
<? extends AddressComponent> AddressComponentRange.iterator()
Iterates through the individual address components.AddressComponentRangeSpliterator
<? extends AddressComponentRange, ? extends AddressComponent> AddressComponentRange.spliterator()
Partitions and traverses through the individual address components.Stream
<? extends AddressComponent> AddressComponentRange.stream()
Returns a sequential stream of the individual address components.Methods in inet.ipaddr.format with parameters of type AddressComponentModifier and TypeMethodDescriptionstatic <T extends AddressComponent>
Stream<T> Given a list of components, and a lambda that returns a stream for that component type, returns a combined stream produced by applying that lambda to all the components. -
Uses of AddressComponent in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressComponentModifier 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. -
Uses of AddressComponent in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressComponentModifier 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. -
Uses of AddressComponent in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressComponentModifier 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.