Package org.stubit.random
Class Alphabet
java.lang.Object
org.stubit.random.Alphabet
Represents an alphabet (a list of letters).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BASIC_LATIN
The basic Latin alphabet as used in English. -
GERMAN
The German alphabet. -
FRENCH
The French alphabet. -
BASIC_ARABIC
The basic Arabic alphabet. -
PERSIAN
The Persian alphabet.
-
-
Constructor Details
-
Alphabet
Creates a new alphabet from a list of characters.- Parameters:
letters- the characters in the alphabet
-
Alphabet
Creates a new alphabet by adding additional characters to an existing alphabet.- Parameters:
base- the base alphabetadditionalCharacters- the additional characters
-