java.lang.Object
inet.ipaddr.format.validate.ParsedIPAddress.BitwiseOrer
inet.ipaddr.format.validate.ParsedIPAddress.FullRangeBitwiseOrer
- All Implemented Interfaces:
Serializable
- Enclosing class:
ParsedIPAddress
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getOredLower
(long value, long maskValue) long
getOredUpper
(long upperValue, long maskValue) Methods inherited from class inet.ipaddr.format.validate.ParsedIPAddress.BitwiseOrer
isSequential
-
Field Details
-
fullRangeBit
public final int fullRangeBit
-
-
Constructor Details
-
FullRangeBitwiseOrer
public FullRangeBitwiseOrer(int fullRangeBit, boolean isSequential)
-
-
Method Details
-
getOredLower
public long getOredLower(long value, long maskValue) - Overrides:
getOredLower
in classParsedIPAddress.BitwiseOrer
-
getOredUpper
public long getOredUpper(long upperValue, long maskValue) - Overrides:
getOredUpper
in classParsedIPAddress.BitwiseOrer
-