Uses of Class
inet.ipaddr.format.validate.ParsedIPAddress.Masker
Packages that use ParsedIPAddress.Masker
Package
Description
Classes for constructing division groupings in which the divisions are under 64 bits of length.
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.MaskerModifierConstructorDescriptionMaskResult
(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.validateModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
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
Methods in inet.ipaddr.format.validate that return ParsedIPAddress.MaskerModifier and TypeMethodDescriptionstatic ParsedIPAddress.Masker
ParsedIPAddress.maskRange
(long value, long upperValue, long maskValue) static ParsedIPAddress.Masker
ParsedIPAddress.maskRange
(long value, long upperValue, long maskValue, long maxValue)