Uses of Class
inet.ipaddr.mac.MACAddressSegment
Packages that use MACAddressSegment
-
Uses of MACAddressSegment in inet.ipaddr.mac
Methods in inet.ipaddr.mac that return MACAddressSegmentModifier and TypeMethodDescriptionMACAddressNetwork.MACAddressCreator.createRangeSegment(int lower, int upper) MACAddressNetwork.MACAddressCreator.createSegment(int value) MACAddressNetwork.MACAddressCreator.createSegment(int lower, int upper, Integer segmentPrefixLength) MACAddressNetwork.MACAddressCreator.createSegment(int value, Integer segmentPrefixLength) MACAddressNetwork.MACAddressCreator.createSegmentArray(int length) MACAddress.getDivision(int index) MACAddressSection.getDivision(int index) MACAddressSegment.getLower()MACAddress.getSegment(int index) MACAddressSection.getSegment(int index) MACAddress.getSegments()MACAddressSection.getSegments()MACAddressSegment.getUpper()MACAddressSegment.reverseBits()MACAddressSegment.reverseBits(boolean perByte) MACAddressSegment.reverseBytes()Methods in inet.ipaddr.mac that return types with arguments of type MACAddressSegmentModifier and TypeMethodDescriptionMACAddressSegment.getIterable()MACAddressSegment.iterator()MACAddressSegment.spliterator()MACAddressSegment.stream()Methods in inet.ipaddr.mac with parameters of type MACAddressSegmentMethod parameters in inet.ipaddr.mac with type arguments of type MACAddressSegmentModifier and TypeMethodDescriptionvoidMACAddressSection.getSegments(int start, int end, Collection<? super MACAddressSegment> segs) voidMACAddressSection.getSegments(Collection<? super MACAddressSegment> segs) Constructors in inet.ipaddr.mac with parameters of type MACAddressSegmentModifierConstructorDescriptionMACAddress(MACAddressSegment[] segments) Constructs a MAC address.MACAddressSection(MACAddressSegment segment) Constructs a single segment section, the segment being the leading segment.MACAddressSection(MACAddressSegment[] segments) Use this constructor for any address section that includes the leading segment of a MAC addressMACAddressSection(MACAddressSegment[] segments, int startIndex, boolean extended) MACAddressSection(MACAddressSegment segment, int startIndex, boolean extended) Constructs a single segment section with the segment at the given index in the address.