Class ValidatorMapSize

    • Constructor Detail

      • ValidatorMapSize

        public ValidatorMapSize​(Range<Number> range)
        The constructor.
        Parameters:
        range - is the Range the value has to be contained in.
      • ValidatorMapSize

        public ValidatorMapSize​(int maxLength)
        The constructor.
        Parameters:
        maxLength - the maximum size allowed for the Map values.