Interface IPAddressGenericDivision
- All Superinterfaces:
AddressGenericDivision, AddressItem, AddressStringDivision, Comparable<AddressItem>, IPAddressStringDivision, Serializable
- All Known Implementing Classes:
IPAddressBitsDivision, IPAddressDivision, IPAddressJoinedSegments, IPAddressLargeDivision, IPAddressSegment, IPv4AddressSegment, IPv4JoinedSegments, IPv6AddressSegment
Represents a division for any IP address series.
- Author:
- sfoley
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanwhether this address item represents all possible values attainable by an address item of this typebooleanMethods inherited from interface AddressItem
compareTo, containsPrefixBlock, containsSinglePrefixBlock, getBitCount, getByteCount, getBytes, getBytes, getBytes, getCount, getMinPrefixLengthForBlock, getPrefixCount, getPrefixLengthForSingleBlock, getUpperBytes, getUpperBytes, getUpperBytes, getUpperValue, getValue, includesMax, includesZero, isMax, isMultiple, isZeroMethods inherited from interface AddressStringDivision
getDigitCount, getLowerStandardString, getMaxDigitCount, getStandardString, isBoundedByMethods inherited from interface IPAddressStringDivision
getBitCount, getDivisionPrefixLength, getPrefixAdjustedRangeString, isPrefixBlock, isSinglePrefixBlock
-
Method Details
-
isFullRange
default boolean isFullRange()Description copied from interface:AddressItemwhether this address item represents all possible values attainable by an address item of this type- Specified by:
isFullRangein interfaceAddressItem- Specified by:
isFullRangein interfaceIPAddressStringDivision- Returns:
- whether this address item represents all possible values attainable by an address item of this type, or in other words, both includesZero() and includesMax() return true
-
isPrefixed
boolean isPrefixed()
-