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 classIPAddressSectionA section of an IPAddress.Methods in inet.ipaddr that return AddressSection Modifier and Type Method Description AddressSectionAddressSection. adjustPrefixBySegment(boolean nextSegment)AddressSectionAddressSection. adjustPrefixBySegment(boolean nextSegment, boolean zeroed)AddressSectionAddressSection. adjustPrefixLength(int adjustment)AddressSectionAddressSection. adjustPrefixLength(int adjustment, boolean zeroed)AddressSectionAddressSection. applyPrefixLength(int networkPrefixLength)Deprecated.AddressSectionAddressSection. getLower()AddressSectionAddress. getSection()AddressSectionAddressSegmentSeries. getSection()Gets the subsection from the series that comprises all segmentsAddressSectionAddressSegmentSeries. getSection(int index)Gets the subsection from the series starting from the given index The first segment is at index 0.AddressSectionAddressSegmentSeries. 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.AddressSectionAddressSection. getUpper()AddressSectionAddressSection. increment(long increment)AddressSectionAddressSection. incrementBoundary(long increment)AddressSectionAddressSection. removePrefixLength()Deprecated.AddressSectionAddressSection. removePrefixLength(boolean zeroed)Deprecated.AddressSectionAddressSection. reverseBits(boolean perByte)AddressSectionAddressSection. reverseBytes()AddressSectionAddressSection. reverseBytesPerSegment()AddressSectionAddressSection. reverseSegments()AddressSectionAddressSection. setPrefixLength(int prefixLength)AddressSectionAddressSection. setPrefixLength(int prefixLength, boolean zeroed)AddressSectionAddressSection. toPrefixBlock()AddressSectionAddressSection. 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 intAddressComparator. compare(AddressSection one, AddressSection two)booleanAddressSection. contains(AddressSection other)Determines if one section contains another.booleanIPAddressSection. contains(AddressSection other)java.math.BigIntegerAddressSection. 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 AddressSection Modifier and Type Class Description 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.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 AddressSection Modifier and Type Class Description 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.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 AddressSection Modifier and Type Class Description classIPv4AddressSectionA section of an IPv4Address.Methods in inet.ipaddr.ipv4 with parameters of type AddressSection Modifier and Type Method Description booleanIPv4AddressSection. contains(AddressSection other)java.math.BigIntegerIPv4AddressSection. 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 AddressSection Modifier and Type Class Description classIPv6AddressSectionA section of an IPv6Address.Methods in inet.ipaddr.ipv6 with parameters of type AddressSection Modifier and Type Method Description booleanIPv6AddressSection. contains(AddressSection other)java.math.BigIntegerIPv6AddressSection. 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 AddressSection Modifier and Type Class Description classMACAddressSectionA section of a MACAddress.Methods in inet.ipaddr.mac with parameters of type AddressSection Modifier and Type Method Description booleanMACAddressSection. contains(AddressSection other)java.math.BigIntegerMACAddressSection. enumerate(AddressSection other)booleanMACAddressSection. overlaps(AddressSection other)booleanMACAddressSection. prefixEquals(AddressSection o)
-