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, matchesWithPrefixMaskcompareTo, getCount, getDigitCount, getDivisionPrefixCount, getDivisionValueCount, getMaxDigitCount, getMaxValue, hasUppercaseVariations, includesMax, includesZero, isBoundedBy, isFullRange, isMax, isMultiple, isZero, matches, matchesWithMask, matchesWithMaskgetBytes, getBytes, getDigitCount, getLowerStandardString, getStandardString, getUpperBytes, getUpperBytes, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitisFullRangegetDigitCount, getLowerStandardString, getMaxDigitCount, getStandardString, isBoundedBypublic 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 AddressDivisionpublic long getUpperValue()
getUpperValue in class AddressDivisionpublic int getDefaultTextualRadix()
getDefaultTextualRadix in class AddressDivisionBasepublic int getMaxDigitCount()
getMaxDigitCount in class AddressDivisionBase