public static class AddressDivision.MaskResult
extends java.lang.Object
Constructor and Description |
---|
MaskResult(long value,
long upperValue,
long maskValue,
inet.ipaddr.format.validate.ParsedIPAddress.Masker masker) |
Modifier and Type | Method and Description |
---|---|
long |
getMaskedLower()
The lowest masked value, which is not necessarily the lowest value masked
|
long |
getMaskedUpper()
The highest masked value, which is not necessarily the highest value masked
|
boolean |
isSequential()
Whether masking all values in the range results in a sequential set of values
|
public MaskResult(long value, long upperValue, long maskValue, inet.ipaddr.format.validate.ParsedIPAddress.Masker masker)
public long getMaskedLower()
public long getMaskedUpper()
public boolean isSequential()