public class IPv4JoinedSegments extends IPAddressJoinedSegments
ADJUST_RANGES_BY_PREFIX| Constructor and Description |
|---|
IPv4JoinedSegments(int joinedCount,
int value) |
IPv4JoinedSegments(int joinedCount,
long value,
java.lang.Integer segmentPrefix) |
IPv4JoinedSegments(int joinedCount,
long lower,
long upper,
java.lang.Integer segmentPrefix) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultTextualRadix() |
int |
getMaxDigitCount() |
equals, getBitCount, getJoinedCount, getLowerValue, getUpperValue, hashCodegetConfiguredString, 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, getDigitCount, getPrefixAdjustedString, getStandardString, getUpperBytes, getUpperBytes, toStringpublic IPv4JoinedSegments(int joinedCount,
int value)
public IPv4JoinedSegments(int joinedCount,
long value,
java.lang.Integer segmentPrefix)
public IPv4JoinedSegments(int joinedCount,
long lower,
long upper,
java.lang.Integer segmentPrefix)
public int getMaxDigitCount()
getMaxDigitCount in class IPAddressJoinedSegmentspublic int getDefaultTextualRadix()
getDefaultTextualRadix in class AddressDivisionBase