Uses of Class
inet.ipaddr.format.validate.ParsedIPAddress.BitwiseOrer
-
Packages that use ParsedIPAddress.BitwiseOrer 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.BitwiseOrer in inet.ipaddr.format.standard
Constructors in inet.ipaddr.format.standard with parameters of type ParsedIPAddress.BitwiseOrer Constructor Description BitwiseOrResult(long value, long upperValue, long maskValue, ParsedIPAddress.BitwiseOrer masker)
-
Uses of ParsedIPAddress.BitwiseOrer in inet.ipaddr.format.validate
Subclasses of ParsedIPAddress.BitwiseOrer in inet.ipaddr.format.validate Modifier and Type Class Description static class
ParsedIPAddress.FullRangeBitwiseOrer
static class
ParsedIPAddress.SpecificValueBitwiseOrer
The analog to SpecificValueMasker for oringMethods in inet.ipaddr.format.validate that return ParsedIPAddress.BitwiseOrer Modifier and Type Method Description static ParsedIPAddress.BitwiseOrer
ParsedIPAddress. bitwiseOrRange(long value, long upperValue, long maskValue)
static ParsedIPAddress.BitwiseOrer
ParsedIPAddress. bitwiseOrRange(long value, long upperValue, long maskValue, long maxValue)
-