public abstract class IPAddressJoinedSegments extends IPAddressDivision
ADJUST_RANGES_BY_PREFIX| Constructor and Description |
|---|
IPAddressJoinedSegments(int joinedCount,
int value) |
IPAddressJoinedSegments(int joinedCount,
long value,
java.lang.Integer segmentPrefixLength) |
IPAddressJoinedSegments(int joinedCount,
long lower,
long upper,
java.lang.Integer segmentPrefixLength) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
getBitCount() |
int |
getJoinedCount() |
long |
getLowerValue() |
int |
getMaxDigitCount() |
long |
getUpperValue() |
int |
hashCode() |
getConfiguredString, getDivisionPrefixLength, getMaskPrefixLength, getString, getWildcardString, isBitwiseOrCompatibleWithRange, isMaskCompatibleWithRange, isPrefixed, isRangeEquivalent, isRangeEquivalentToPrefix, isRangeUnchanged, isSamePrefixedRange, matchesWithPrefixcompareTo, getCount, getDigitCount, getDivisionValueCount, getMaxDigitCount, getMaxValue, hasUppercaseVariations, isBoundedBy, isFullRange, isMultiple, isZero, matches, matchesWithMaskgetBytes, getBytes, getDefaultTextualRadix, getDigitCount, getPrefixAdjustedString, getStandardString, getUpperBytes, getUpperBytes, toStringpublic IPAddressJoinedSegments(int joinedCount,
int value)
public IPAddressJoinedSegments(int joinedCount,
long value,
java.lang.Integer segmentPrefixLength)
public IPAddressJoinedSegments(int joinedCount,
long lower,
long upper,
java.lang.Integer segmentPrefixLength)
public int getJoinedCount()
public long getLowerValue()
getLowerValue in class AddressDivisionpublic long getUpperValue()
getUpperValue in class AddressDivisionpublic int getBitCount()
public int getMaxDigitCount()
getMaxDigitCount in class AddressDivisionBasepublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object