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 TypeMethodDescriptionintAddressComparator.compare(AddressSection one, AddressSection two) booleanAddressSection.contains(AddressSection other) Determines if one section contains another.booleanIPAddressSection.contains(AddressSection other) AddressSection.enumerate(AddressSection other) Indicates where an address section sits relative to the ordering of individual address sections within this section.booleanAddressSection.overlaps(AddressSection other) Determines if one section overlaps another.booleanAddressSection.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 TypeClassDescriptionclassAddressCreator<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.classAddressCreator<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 TypeClassDescriptionclassParsedAddressCreator<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.classParsedAddressCreator<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 TypeMethodDescriptionbooleanIPv4AddressSection.contains(AddressSection other) IPv4AddressSection.enumerate(AddressSection other) booleanIPv4AddressSection.overlaps(AddressSection other) booleanIPv4AddressSection.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 TypeMethodDescriptionbooleanIPv6AddressSection.contains(AddressSection other) IPv6AddressSection.enumerate(AddressSection other) booleanIPv6AddressSection.overlaps(AddressSection other) booleanIPv6AddressSection.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 TypeMethodDescriptionbooleanMACAddressSection.contains(AddressSection other) MACAddressSection.enumerate(AddressSection other) booleanMACAddressSection.overlaps(AddressSection other) booleanMACAddressSection.prefixEquals(AddressSection o)