Class ParsedIPAddress.SpecificValueBitwiseOrer
java.lang.Object
inet.ipaddr.format.validate.ParsedIPAddress.BitwiseOrer
inet.ipaddr.format.validate.ParsedIPAddress.SpecificValueBitwiseOrer
- All Implemented Interfaces:
Serializable
- Enclosing class:
ParsedIPAddress
The analog to SpecificValueMasker for oring
- Author:
- seancfoley
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetOredLower(long value, long maskValue) longgetOredUpper(long upperValue, long maskValue) Methods inherited from class ParsedIPAddress.BitwiseOrer
isSequential
-
Constructor Details
-
SpecificValueBitwiseOrer
public SpecificValueBitwiseOrer(long lower, long upper)
-
-
Method Details
-
getOredLower
public long getOredLower(long value, long maskValue) - Overrides:
getOredLowerin classParsedIPAddress.BitwiseOrer
-
getOredUpper
public long getOredUpper(long upperValue, long maskValue) - Overrides:
getOredUpperin classParsedIPAddress.BitwiseOrer
-