Uses of Interface
inet.ipaddr.AddressSection
-
Packages that use AddressSection Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.format.standard Classes for constructing division groupings in which the divisions are under 64 bits of length.inet.ipaddr.format.validate Validation of address strings and creation of address representations from the validated strings.inet.ipaddr.ipv4 Classes for IPv4inet.ipaddr.ipv6 Classes for IPv6inet.ipaddr.mac Classes for MAC addresses. -
-
Uses of AddressSection in inet.ipaddr
Classes in inet.ipaddr that implement AddressSection Modifier and Type Class Description class
IPAddressSection
A section of an IPAddress.Methods in inet.ipaddr that return AddressSection Modifier and Type Method Description AddressSection
AddressSection. adjustPrefixBySegment(boolean nextSegment)
AddressSection
AddressSection. adjustPrefixBySegment(boolean nextSegment, boolean zeroed)
AddressSection
AddressSection. adjustPrefixLength(int adjustment)
AddressSection
AddressSection. adjustPrefixLength(int adjustment, boolean zeroed)
AddressSection
AddressSection. applyPrefixLength(int networkPrefixLength)
Deprecated.AddressSection
AddressSection. getLower()
AddressSection
Address. getSection()
AddressSection
AddressSegmentSeries. getSection()
Gets the subsection from the series that comprises all segmentsAddressSection
AddressSegmentSeries. getSection(int index)
Gets the subsection from the series starting from the given index The first segment is at index 0.AddressSection
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
AddressSection. getUpper()
AddressSection
AddressSection. increment(long increment)
AddressSection
AddressSection. incrementBoundary(long increment)
AddressSection
AddressSection. removePrefixLength()
Deprecated.AddressSection
AddressSection. removePrefixLength(boolean zeroed)
Deprecated.AddressSection
AddressSection. reverseBits(boolean perByte)
AddressSection
AddressSection. reverseBytes()
AddressSection
AddressSection. reverseBytesPerSegment()
AddressSection
AddressSection. reverseSegments()
AddressSection
AddressSection. setPrefixLength(int prefixLength)
AddressSection
AddressSection. setPrefixLength(int prefixLength, boolean zeroed)
AddressSection
AddressSection. toPrefixBlock()
AddressSection
AddressSection. withoutPrefixLength()
Methods in inet.ipaddr that return types with arguments of type AddressSection Modifier and Type Method Description java.lang.Iterable<? extends AddressSection>
AddressSection. getIterable()
java.util.Iterator<? extends AddressSection>
AddressSection. iterator()
java.util.Iterator<? extends AddressSection>
AddressSection. prefixBlockIterator()
AddressComponentSpliterator<? extends AddressSection>
AddressSection. prefixBlockSpliterator()
java.util.stream.Stream<? extends AddressSection>
AddressSection. prefixBlockStream()
java.util.Iterator<? extends AddressSection>
AddressSection. prefixIterator()
AddressComponentSpliterator<? extends AddressSection>
AddressSection. prefixSpliterator()
java.util.stream.Stream<? extends AddressSection>
AddressSection. prefixStream()
AddressComponentSpliterator<? extends AddressSection>
AddressSection. spliterator()
java.util.stream.Stream<? extends AddressSection>
AddressSection. stream()
Methods in inet.ipaddr with parameters of type AddressSection Modifier and Type Method Description int
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 AddressSection Modifier and Type Class Description 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.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 AddressSection Modifier and Type Class Description 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.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 AddressSection Modifier and Type Class Description class
IPv4AddressSection
A section of an IPv4Address.Methods in inet.ipaddr.ipv4 with parameters of type AddressSection Modifier and Type Method Description boolean
IPv4AddressSection. contains(AddressSection other)
boolean
IPv4AddressSection. prefixEquals(AddressSection other)
-
Uses of AddressSection in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressSection Modifier and Type Class Description class
IPv6AddressSection
A section of an IPv6Address.Methods in inet.ipaddr.ipv6 with parameters of type AddressSection Modifier and Type Method Description boolean
IPv6AddressSection. contains(AddressSection other)
boolean
IPv6AddressSection. prefixEquals(AddressSection o)
-
Uses of AddressSection in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressSection Modifier and Type Class Description class
MACAddressSection
A section of a MACAddress.Methods in inet.ipaddr.mac with parameters of type AddressSection Modifier and Type Method Description boolean
MACAddressSection. contains(AddressSection other)
boolean
MACAddressSection. prefixEquals(AddressSection o)
-