- java.lang.Object
-
- inet.ipaddr.format.validate.ParsedIPAddress.BitwiseOrer
-
- inet.ipaddr.format.validate.ParsedIPAddress.FullRangeBitwiseOrer
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ParsedIPAddress
public static class ParsedIPAddress.FullRangeBitwiseOrer extends ParsedIPAddress.BitwiseOrer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
fullRangeBit
-
Constructor Summary
Constructors Constructor Description FullRangeBitwiseOrer(int fullRangeBit, boolean isSequential)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getOredLower(long value, long maskValue)
long
getOredUpper(long upperValue, long maskValue)
-
Methods inherited from class inet.ipaddr.format.validate.ParsedIPAddress.BitwiseOrer
isSequential
-
-
-
-
Method Detail
-
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
-
-