Uses of Interface
inet.ipaddr.AddressSection
Packages that use AddressSection
Package
Description
Base classes for IP addresses and generic addresses.
Classes for constructing division groupings in which the divisions are under 64 bits of length.
Validation of address strings and creation of address representations from the validated strings.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of AddressSection in inet.ipaddr
Classes in inet.ipaddr that implement AddressSectionMethods in inet.ipaddr that return AddressSectionModifier and TypeMethodDescriptionAddressSection.adjustPrefixBySegment
(boolean nextSegment) AddressSection.adjustPrefixBySegment
(boolean nextSegment, boolean zeroed) AddressSection.adjustPrefixLength
(int adjustment) AddressSection.adjustPrefixLength
(int adjustment, boolean zeroed) AddressSection.applyPrefixLength
(int networkPrefixLength) Deprecated.AddressSection.getLower()
Address.getSection()
AddressSegmentSeries.getSection()
Gets the subsection from the series that comprises all segmentsAddressSegmentSeries.getSection
(int index) Gets the subsection from the series starting from the given index The first segment is at index 0.AddressSegmentSeries.getSection
(int index, int endIndex) Gets the subsection from the series starting from the given index and ending just before the give endIndex The first segment is at index 0.AddressSection.getUpper()
AddressSection.increment
(long increment) AddressSection.incrementBoundary
(long increment) AddressSection.removePrefixLength()
Deprecated.AddressSection.removePrefixLength
(boolean zeroed) Deprecated.AddressSection.reverseBits
(boolean perByte) AddressSection.reverseBytes()
AddressSection.reverseBytesPerSegment()
AddressSection.reverseSegments()
AddressSection.setPrefixLength
(int prefixLength) AddressSection.setPrefixLength
(int prefixLength, boolean zeroed) AddressSection.toPrefixBlock()
AddressSection.withoutPrefixLength()
Methods in inet.ipaddr that return types with arguments of type AddressSectionModifier and TypeMethodDescriptionIterable
<? extends AddressSection> AddressSection.getIterable()
Iterator
<? extends AddressSection> AddressSection.iterator()
Iterator
<? extends AddressSection> AddressSection.prefixBlockIterator()
AddressComponentSpliterator
<? extends AddressSection> AddressSection.prefixBlockSpliterator()
Stream
<? extends AddressSection> AddressSection.prefixBlockStream()
Iterator
<? extends AddressSection> AddressSection.prefixIterator()
AddressComponentSpliterator
<? extends AddressSection> AddressSection.prefixSpliterator()
Stream
<? extends AddressSection> AddressSection.prefixStream()
AddressComponentSpliterator
<? extends AddressSection> AddressSection.spliterator()
Stream
<? extends AddressSection> AddressSection.stream()
Methods in inet.ipaddr with parameters of type AddressSectionModifier and TypeMethodDescriptionint
AddressComparator.compare
(AddressSection one, AddressSection two) boolean
AddressSection.contains
(AddressSection other) Determines if one section contains another.boolean
IPAddressSection.contains
(AddressSection other) boolean
AddressSection.prefixEquals
(AddressSection other) Determines if the argument section matches this section up to the prefix length of this section. -
Uses of AddressSection in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard with type parameters of type AddressSectionModifier and TypeClassDescriptionclass
AddressCreator<T extends Address,
R extends AddressSection, E extends AddressSection, S extends AddressSegment> Has methods for creating addresses, segments and sections that are available to the parser.class
AddressCreator<T extends Address,
R extends AddressSection, E extends AddressSection, S extends AddressSegment> Has methods for creating addresses, segments and sections that are available to the parser. -
Uses of AddressSection in inet.ipaddr.format.validate
Classes in inet.ipaddr.format.validate with type parameters of type AddressSectionModifier and TypeClassDescriptionclass
ParsedAddressCreator<T extends Address,
R extends AddressSection, E extends AddressSection, S extends AddressSegment> Has methods for creating addresses, segments and sections that are available to the parser.class
ParsedAddressCreator<T extends Address,
R extends AddressSection, E extends AddressSection, S extends AddressSegment> Has methods for creating addresses, segments and sections that are available to the parser. -
Uses of AddressSection in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressSectionMethods in inet.ipaddr.ipv4 with parameters of type AddressSectionModifier and TypeMethodDescriptionboolean
IPv4AddressSection.contains
(AddressSection other) boolean
IPv4AddressSection.prefixEquals
(AddressSection other) -
Uses of AddressSection in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressSectionMethods in inet.ipaddr.ipv6 with parameters of type AddressSectionModifier and TypeMethodDescriptionboolean
IPv6AddressSection.contains
(AddressSection other) boolean
IPv6AddressSection.prefixEquals
(AddressSection o) -
Uses of AddressSection in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressSectionMethods in inet.ipaddr.mac with parameters of type AddressSectionModifier and TypeMethodDescriptionboolean
MACAddressSection.contains
(AddressSection other) boolean
MACAddressSection.prefixEquals
(AddressSection o)