Module inet.ipaddr

Class ParsedIPAddress.BitwiseOrer

    • Constructor Summary

      Constructors 
      Constructor Description
      BitwiseOrer​(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)  
      boolean isSequential()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BitwiseOrer

        public BitwiseOrer​(boolean isSequential)
    • Method Detail

      • getOredLower

        public long getOredLower​(long value,
                                 long maskValue)
      • getOredUpper

        public long getOredUpper​(long upperValue,
                                 long maskValue)
      • isSequential

        public boolean isSequential()