java.lang.Object
inet.ipaddr.format.standard.AddressDivision.MaskResult
- Enclosing class:
AddressDivision
Represents the result of masking a sequential range of values
- Author:
- seancfoley
-
Constructor Summary
ConstructorsConstructorDescriptionMaskResult
(long value, long upperValue, long maskValue, ParsedIPAddress.Masker masker) -
Method Summary
Modifier and TypeMethodDescriptionlong
The lowest masked value, which is not necessarily the lowest value maskedlong
The highest masked value, which is not necessarily the highest value maskedboolean
Whether masking all values in the range results in a sequential set of values
-
Constructor Details
-
MaskResult
-
-
Method Details
-
getMaskedLower
public long getMaskedLower()The lowest masked value, which is not necessarily the lowest value masked- Returns:
-
getMaskedUpper
public long getMaskedUpper()The highest masked value, which is not necessarily the highest value masked- Returns:
-
isSequential
public boolean isSequential()Whether masking all values in the range results in a sequential set of values- Returns:
-