Uses of Class
inet.ipaddr.format.standard.AddressDivision.MaskResult
Packages that use AddressDivision.MaskResult
Package
Description
Base classes for IP addresses and generic addresses.
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 -
Uses of AddressDivision.MaskResult in inet.ipaddr.format.standard
Methods in inet.ipaddr.format.standard that return AddressDivision.MaskResultModifier and TypeMethodDescriptionstatic 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.