public class IPAddressBitsDivision extends IPAddressDivision
Constructor and Description |
---|
IPAddressBitsDivision(long value,
long upperValue,
int bitCount,
int defaultRadix) |
IPAddressBitsDivision(long value,
long upperValue,
int bitCount,
int defaultRadix,
IPAddressNetwork<?,?,?,?,?> network,
java.lang.Integer networkPrefixLength) |
Modifier and Type | Method and Description |
---|---|
int |
getBitCount() |
int |
getDefaultTextualRadix() |
long |
getLowerValue() |
int |
getMaxDigitCount() |
long |
getUpperValue() |
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, getDigitCount, getLowerStandardString, getStandardString, getUpperBytes, getUpperBytes, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
isFullRange
getDigitCount, getLowerStandardString, getMaxDigitCount, getStandardString, isBoundedBy
public IPAddressBitsDivision(long value, long upperValue, int bitCount, int defaultRadix)
public IPAddressBitsDivision(long value, long upperValue, int bitCount, int defaultRadix, IPAddressNetwork<?,?,?,?,?> network, java.lang.Integer networkPrefixLength)
public int getBitCount()
public long getLowerValue()
getLowerValue
in class AddressDivision
public long getUpperValue()
getUpperValue
in class AddressDivision
public int getDefaultTextualRadix()
getDefaultTextualRadix
in class AddressDivisionBase
public int getMaxDigitCount()
getMaxDigitCount
in class AddressDivisionBase