- java.lang.Object
-
- inet.ipaddr.format.validate.ParsedIPAddress.Masker
-
- inet.ipaddr.format.validate.ParsedIPAddress.ExtendedMasker
-
- inet.ipaddr.format.validate.ParsedIPAddress.WrappedMasker
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ParsedIPAddress
public static class ParsedIPAddress.WrappedMasker extends ParsedIPAddress.ExtendedMasker
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMaskedLower(long value, long maskValue)The lowest masked value, which is not necessarily the lowest value maskedlonggetMaskedUpper(long upperValue, long maskValue)The highest masked value, which is not necessarily the highest value masked-
Methods inherited from class inet.ipaddr.format.validate.ParsedIPAddress.ExtendedMasker
getExtendedLowerMasked, getExtendedMaskedLower, getExtendedMaskedUpper, getExtendedUpperMasked
-
Methods inherited from class inet.ipaddr.format.validate.ParsedIPAddress.Masker
isSequential
-
-
-
-
Method Detail
-
getMaskedLower
public long getMaskedLower(long value, long maskValue)Description copied from class:ParsedIPAddress.MaskerThe lowest masked value, which is not necessarily the lowest value masked- Overrides:
getMaskedLowerin classParsedIPAddress.Masker- Returns:
-
getMaskedUpper
public long getMaskedUpper(long upperValue, long maskValue)Description copied from class:ParsedIPAddress.MaskerThe highest masked value, which is not necessarily the highest value masked- Overrides:
getMaskedUpperin classParsedIPAddress.Masker- Returns:
-
-