Class SymbolSet.SymbolRange

  • Enclosing class:
    SymbolSet

    public static class SymbolSet.SymbolRange
    extends Object
    Range of symbols
    • Constructor Detail

      • SymbolRange

        public SymbolRange​(char from,
                           char to)
        Create range of symbols.
        Parameters:
        from - min character shall be less than to
        to - max character, shall be greater than from