java.lang.Object
inet.ipaddr.format.validate.ParsedIPAddress.BitwiseOrer
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParsedIPAddress.FullRangeBitwiseOrer
,ParsedIPAddress.SpecificValueBitwiseOrer
- Enclosing class:
ParsedIPAddress
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getOredLower
(long value, long maskValue) long
getOredUpper
(long upperValue, long maskValue) boolean
-
Constructor Details
-
BitwiseOrer
public BitwiseOrer(boolean isSequential)
-
-
Method Details
-
getOredLower
public long getOredLower(long value, long maskValue) -
getOredUpper
public long getOredUpper(long upperValue, long maskValue) -
isSequential
public boolean isSequential()
-