Module inet.ipaddr

Class ParsedIPAddress.BitwiseOrer

java.lang.Object
inet.ipaddr.format.validate.ParsedIPAddress.BitwiseOrer
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParsedIPAddress.FullRangeBitwiseOrer, ParsedIPAddress.SpecificValueBitwiseOrer
Enclosing class:
ParsedIPAddress

public static class ParsedIPAddress.BitwiseOrer extends Object implements Serializable
See Also:
  • 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()