Uses of Class
inet.ipaddr.format.validate.ParsedIPAddress.Masker
-
Packages that use ParsedIPAddress.Masker Package Description inet.ipaddr.format.standard Classes for constructing division groupings in which the divisions are under 64 bits of length.inet.ipaddr.format.validate Validation of address strings and creation of address representations from the validated strings. -
-
Uses of ParsedIPAddress.Masker in inet.ipaddr.format.standard
Constructors in inet.ipaddr.format.standard with parameters of type ParsedIPAddress.Masker Constructor Description MaskResult(long value, long upperValue, long maskValue, ParsedIPAddress.Masker masker)
-
Uses of ParsedIPAddress.Masker in inet.ipaddr.format.validate
Subclasses of ParsedIPAddress.Masker in inet.ipaddr.format.validate Modifier and Type Class Description static class
ParsedIPAddress.ExtendedFullRangeMasker
static class
ParsedIPAddress.ExtendedMasker
static class
ParsedIPAddress.ExtendedSpecificValueMasker
static class
ParsedIPAddress.FullRangeMasker
static class
ParsedIPAddress.SpecificValueMasker
When the part of a mask covering a range of values is a mix of ones and zeros, then there may be an intermediate value in the range that when masked, produces the new upper and lower values.static class
ParsedIPAddress.WrappedMasker
Methods in inet.ipaddr.format.validate that return ParsedIPAddress.Masker Modifier and Type Method Description static ParsedIPAddress.Masker
ParsedIPAddress. maskRange(long value, long upperValue, long maskValue)
static ParsedIPAddress.Masker
ParsedIPAddress. maskRange(long value, long upperValue, long maskValue, long maxValue)
-