Class ConstraintUtils


  • public final class ConstraintUtils
    extends Object
    Constraint utility class.
    Since:
    0.4
    Author:
    nedis
    • Method Detail

      • getLatinLettersAndDigits

        public static Set<Character> getLatinLettersAndDigits()
        Returns the unmodifiable set of latin letters [a-z] and [A-Z] and digits [0-9].
        Returns:
        the unmodifiable set of latin letters [a-z] and [A-Z] and digits [0-9]