public class IPv4JoinedSegments extends IPAddressJoinedSegments
AddressDivision.BitwiseOrResult, AddressDivision.MaskResultEXTENDED_DIGITS| Constructor and Description |
|---|
IPv4JoinedSegments(int joinedCount,
int value) |
IPv4JoinedSegments(int joinedCount,
long value,
Integer segmentPrefixLength) |
IPv4JoinedSegments(int joinedCount,
long lower,
long upper,
Integer segmentPrefixLength) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Two divisions are equal if they:
- they match type/version (ipv4, ipv6, mac, or a specific division class)
- match bit counts
- match values
Prefix lengths, for those divisions that have them, are ignored.
|
int |
getDefaultTextualRadix() |
int |
getMaxDigitCount() |
getBitCount, getDivisionValue, getJoinedCount, getUpperDivisionValue, hashCodecontainsPrefixBlock, containsSinglePrefixBlock, getBlockMaskPrefixLength, getDivisionPrefixLength, getLeadingBitCount, getPrefixAdjustedRangeString, getString, getTrailingBitCount, getWildcardString, isPrefixBlock, isPrefixed, isSinglePrefixBlock, matchesWithPrefixMaskbitwiseOrRange, getDigitCount, getMaxDigitCount, getMaxValue, getMinPrefixLengthForBlock, getPrefixLengthForSingleBlock, getUpperValue, getValue, hasUppercaseVariations, includesMax, includesZero, isBitwiseOrCompatibleWithRange, isBoundedBy, isMaskCompatibleWithRange, isMax, isMultiple, isZero, maskRange, matches, matchesWithMask, matchesWithMaskgetBytes, getBytes, getBytes, getDigitCount, getLowerStandardString, getStandardString, getUpperBytes, getUpperBytes, getUpperBytes, toStringisFullRangecompareTo, getBitsForCount, getBlockSize, getByteCount, getBytes, getBytes, getBytes, getCount, getMinPrefixLengthForBlock, getPrefixCount, getPrefixLengthForSingleBlock, getUpperBytes, getUpperBytes, getUpperBytes, getUpperValue, getValue, includesMax, includesZero, isMax, isMultiple, isZerogetDigitCount, getLowerStandardString, getMaxDigitCount, getStandardString, isBoundedBypublic IPv4JoinedSegments(int joinedCount,
int value)
public IPv4JoinedSegments(int joinedCount,
long value,
Integer segmentPrefixLength)
public IPv4JoinedSegments(int joinedCount,
long lower,
long upper,
Integer segmentPrefixLength)
public int getMaxDigitCount()
getMaxDigitCount in class IPAddressJoinedSegmentspublic int getDefaultTextualRadix()
public boolean equals(Object o)
AddressDivisionBaseequals in class IPAddressJoinedSegments