public interface IPAddressStringDivision extends AddressStringDivision
Modifier and Type | Method and Description |
---|---|
int |
getBitCount() |
java.lang.Integer |
getDivisionPrefixLength() |
int |
getPrefixAdjustedRangeString(int segmentIndex,
AddressSegmentParams params,
java.lang.StringBuilder appendable)
Produces a string to represent the segment of the form a-b where the value b has been adjusted for the prefix, anything beyond the prefix length being zero.
|
boolean |
isFullRange() |
boolean |
isPrefixBlock()
Returns whether the division range includes the block of values for its prefix length
|
boolean |
isSinglePrefixBlock()
Returns whether the division range matches the block of values for its prefix length
|
getDigitCount, getLowerStandardString, getMaxDigitCount, getStandardString, isBoundedBy
int getBitCount()
java.lang.Integer getDivisionPrefixLength()
boolean isFullRange()
boolean isPrefixBlock()
boolean isSinglePrefixBlock()
int getPrefixAdjustedRangeString(int segmentIndex, AddressSegmentParams params, java.lang.StringBuilder appendable)