Uses of Class
inet.ipaddr.mac.MACAddressSection
Packages that use MACAddressSection
-
Uses of MACAddressSection in inet.ipaddr.ipv6
Methods in inet.ipaddr.ipv6 that return MACAddressSectionModifier and TypeMethodDescriptionIPv6AddressSection.toEUI
(boolean extended) Returns the corresponding mac section, or null if this address section does not correspond to a mac section.Methods in inet.ipaddr.ipv6 with parameters of type MACAddressSectionModifier and TypeMethodDescriptionIPv6AddressNetwork.IPv6AddressCreator.createSection
(MACAddressSection eui) Constructors in inet.ipaddr.ipv6 with parameters of type MACAddressSectionModifierConstructorDescriptionIPv6Address
(IPv6AddressSection section, MACAddressSection eui) Constructs an IPv6 address from a modified EUI-64 (Extended Unique Identifier) address and an IPv6 address section network prefix.IPv6Address
(IPv6AddressSection section, MACAddressSection eui, IPv6Address.IPv6Zone zone) Constructs an IPv6 address from a modified EUI-64 (Extended Unique Identifier) address and an IPv6 address section network prefix.IPv6Address
(IPv6AddressSection section, MACAddressSection eui, CharSequence zone) Deprecated.Constructs the corresponding IPv6 address section from a modified EUI-64 (Extended Unique Identifier) address section. -
Uses of MACAddressSection in inet.ipaddr.mac
Methods in inet.ipaddr.mac that return MACAddressSectionModifier and TypeMethodDescriptionMACAddressSection.adjustPrefixBySegment
(boolean nextSegment) MACAddressSection.adjustPrefixBySegment
(boolean nextSegment, boolean zeroed) MACAddressSection.adjustPrefixLength
(int adjustment) MACAddressSection.adjustPrefixLength
(int adjustment, boolean zeroed) MACAddressSection.append
(MACAddressSection other) MACAddressSection.appendToPrefix
(MACAddressSection other) MACAddressSection.applyPrefixLength
(int prefixLength) Deprecated.MACAddressSection.getLower()
MACAddress.getODISection()
MACAddressSection.getODISection()
MACAddress.getOUISection()
MACAddressSection.getOUISection()
MACAddress.getSection()
MACAddress.getSection
(int index) MACAddress.getSection
(int index, int endIndex) MACAddressSection.getSection()
MACAddressSection.getSection
(int index) MACAddressSection.getSection
(int index, int endIndex) MACAddressSection.getUpper()
MACAddressSection.increment
(long increment) MACAddressSection.incrementBoundary
(long increment) MACAddressSection.insert
(int index, MACAddressSection other) MACAddressSection.removePrefixLength()
Deprecated.MACAddressSection.removePrefixLength
(boolean zeroed) Deprecated.MACAddressSection.replace
(int startIndex, int endIndex, MACAddressSection replacement, int replacementStartIndex, int replacementEndIndex) Replaces segments starting from startIndex and ending before endIndex with the segments starting at replacementStartIndex and ending before replacementEndIndex from the replacement sectionMACAddressSection.replace
(int index, MACAddressSection replacement) Replace the segments of this section starting at the given index with the given replacement segmentsMACAddressSection.reverseBits
(boolean perByte) MACAddressSection.reverseBytes()
MACAddressSection.reverseBytesPerSegment()
MACAddressSection.reverseSegments()
MACAddressSection.setPrefixLength
(int prefixLength) MACAddressSection.setPrefixLength
(int prefixLength, boolean zeroed) MACAddressSection.toEUI64
(boolean asMAC) If this section is part of a shorter 48 bit MAC or EUI-48 address seeisExtended()
, then the required sections are inserted (FF-FF for MAC, FF-FE for EUI-48) to extend it to EUI-64.MACAddressSection.toOUIPrefixBlock()
Returns a section in which the range of values match the block for the OUI (organizationally unique identifier) bytesMACAddressSection.toPrefixBlock()
MACAddressSection.withoutPrefixLength()
Methods in inet.ipaddr.mac that return types with arguments of type MACAddressSectionModifier and TypeMethodDescriptionMACAddressSection.getIterable()
MACAddressSection.iterator()
MACAddressSection.prefixBlockIterator()
MACAddressSection.prefixBlockSpliterator()
MACAddressSection.prefixBlockStream()
MACAddressSection.prefixIterator()
MACAddressSection.prefixSpliterator()
MACAddressSection.prefixStream()
MACAddressSection.segmentsSpliterator()
MACAddressSection.spliterator()
MACAddressSection.stream()
Methods in inet.ipaddr.mac with parameters of type MACAddressSectionModifier and TypeMethodDescriptionMACAddressSection.append
(MACAddressSection other) MACAddressSection.appendToPrefix
(MACAddressSection other) boolean
MACAddressSection.contains
(MACAddressSection other) MACAddressNetwork.MACAddressCreator.createAddress
(MACAddressSection section) MACAddressSection.insert
(int index, MACAddressSection other) MACAddressSection.replace
(int startIndex, int endIndex, MACAddressSection replacement, int replacementStartIndex, int replacementEndIndex) Replaces segments starting from startIndex and ending before endIndex with the segments starting at replacementStartIndex and ending before replacementEndIndex from the replacement sectionMACAddressSection.replace
(int index, MACAddressSection replacement) Replace the segments of this section starting at the given index with the given replacement segmentsConstructors in inet.ipaddr.mac with parameters of type MACAddressSection
IPv6Address(IPv6AddressSection, MACAddressSection, IPv6Zone)