Uses of Interface
inet.ipaddr.format.standard.AddressDivisionGrouping.DivisionValueProvider
-
Packages that use AddressDivisionGrouping.DivisionValueProvider Package Description inet.ipaddr.format.validate Validation of address strings and creation of address representations from the validated strings. -
-
Uses of AddressDivisionGrouping.DivisionValueProvider in inet.ipaddr.format.validate
Methods in inet.ipaddr.format.validate with parameters of type AddressDivisionGrouping.DivisionValueProvider Modifier and Type Method Description static boolean
ParsedAddressGrouping. isPrefixSubnet(AddressDivisionGrouping.DivisionValueProvider lowerValueProvider, AddressDivisionGrouping.DivisionValueProvider lowerExtendedValueProvider, AddressDivisionGrouping.DivisionValueProvider upperValueProvider, AddressDivisionGrouping.DivisionValueProvider upperExtendedValueProvider, AddressDivisionGrouping.DivisionLengthProvider bitLengthProvider, int divisionCount, java.lang.Integer networkPrefixLength, AddressNetwork.PrefixConfiguration prefixConfiguration, boolean fullRangeOnly)
-