Uses of Class
inet.ipaddr.format.standard.AddressDivision.BitwiseOrResult
-
Packages that use AddressDivision.BitwiseOrResult Package Description inet.ipaddr Base classes for IP addresses and generic addresses.inet.ipaddr.format.standard Classes for constructing division groupings in which the divisions are under 64 bits of length. -
-
Uses of AddressDivision.BitwiseOrResult in inet.ipaddr
Methods in inet.ipaddr that return AddressDivision.BitwiseOrResult Modifier and Type Method Description AddressDivision.BitwiseOrResult
IPAddressSegment. bitwiseOrRange(int maskValue)
-
Uses of AddressDivision.BitwiseOrResult in inet.ipaddr.format.standard
Methods in inet.ipaddr.format.standard that return AddressDivision.BitwiseOrResult Modifier and Type Method Description static AddressDivision.BitwiseOrResult
AddressDivision. bitwiseOrRange(long value, long upperValue, long maskValue)
Applies bitwise or to a range of values.
-