Module inet.ipaddr

Class ParsedIPAddress.ExtendedFullRangeMasker

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getExtendedLowerMasked​(long extendedValue, long extendedMaskValue)  
      long getExtendedUpperMasked​(long extendedUpperValue, long extendedMaskValue)  
      long getMaskedLower​(long value, long maskValue)
      The lowest masked value, which is not necessarily the lowest value masked
      long getMaskedUpper​(long upperValue, long maskValue)
      The highest masked value, which is not necessarily the highest value masked
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait