public abstract class IPAddressJoinedSegments extends IPAddressDivision
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() |
getBlockMaskPrefixLength, getDivisionPrefixLength, getPrefixAdjustedRangeString, getString, getWildcardString, isPrefixBlock, isPrefixBlock, isPrefixed, isSinglePrefixBlock, isSinglePrefixBlock, matchesWithPrefixMask
compareTo, getCount, getDigitCount, getDivisionPrefixCount, getDivisionValueCount, getMaxDigitCount, getMaxValue, hasUppercaseVariations, includesMax, includesZero, isBoundedBy, isFullRange, isMax, isMultiple, isZero, matches, matchesWithMask, matchesWithMask
getBytes, getBytes, getDefaultTextualRadix, getDigitCount, getLowerStandardString, getStandardString, getUpperBytes, getUpperBytes, toString
isFullRange
getDigitCount, getLowerStandardString, getMaxDigitCount, getStandardString, isBoundedBy
public 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 AddressDivision
public long getUpperValue()
getUpperValue
in class AddressDivision
public int getBitCount()
public int getMaxDigitCount()
getMaxDigitCount
in class AddressDivisionBase
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object