Class RgxGenCharsDefinition
java.lang.Object
com.github.curiousoddman.rgxgen.model.RgxGenCharsDefinition
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAll(RgxGenCharsDefinition other) booleanstatic RgxGenCharsDefinitionof(char... characters) static RgxGenCharsDefinitionof(RgxGenCharsDefinition other) static RgxGenCharsDefinitionof(SymbolRange... ranges) static RgxGenCharsDefinitionof(UnicodeCategory category) static RgxGenCharsDefinitionstatic RgxGenCharsDefinitionstatic RgxGenCharsDefinitionof(List<SymbolRange> externalRanges) static RgxGenCharsDefinitionof(List<SymbolRange> symbolRanges, CharList symbols) toString()withCharacters(char... characters) withCharacters(CharList characters) withRanges(SymbolRange... ranges) withRanges(List<SymbolRange> ranges)