Uses of Class
inet.ipaddr.format.standard.AddressDivision.MaskResult
-
Packages that use AddressDivision.MaskResult 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.MaskResult in inet.ipaddr
Methods in inet.ipaddr that return AddressDivision.MaskResult Modifier and Type Method Description AddressDivision.MaskResult
IPAddressSegment. maskRange(int maskValue)
-
Uses of AddressDivision.MaskResult in inet.ipaddr.format.standard
Methods in inet.ipaddr.format.standard that return AddressDivision.MaskResult Modifier and Type Method Description static AddressDivision.MaskResult
AddressDivision. maskRange(long value, long upperValue, long maskValue)
Returns an object that provides the masked values for a range, which for subnets is an aggregation of all masked individual addresses in the subnet.
-