Class ISO_LATIN1Dictionary
java.lang.Object
com.github.tadukoo.util.dictionary.AbstractDictionary
com.github.tadukoo.util.dictionary.ISO_LATIN1Dictionary
- All Implemented Interfaces:
Dictionary
Basic
Dictionary
class that supports the ISO-LATIN-1/ISO_8859_1
Charset.
*
* @author Logan Ferree (Tadukoo)
* @version Alpha v.0.4-
Constructor Summary
ConstructorDescriptionConstructs a new ISO_LATIN_1 Dictionary that's emptyISO_LATIN1Dictionary
(Map<Character, Map<Character, ?>> map) Constructs a new ISO_LATIN_1 Dictionary that contains the words in the given Map -
Method Summary
Methods inherited from class com.github.tadukoo.util.dictionary.AbstractDictionary
addWord, asMap, isValidWord, removeWord
-
Constructor Details
-
ISO_LATIN1Dictionary
public ISO_LATIN1Dictionary()Constructs a new ISO_LATIN_1 Dictionary that's empty -
ISO_LATIN1Dictionary
Constructs a new ISO_LATIN_1 Dictionary that contains the words in the given Map- Parameters:
map
- The Map containing valid words for this Dictionary
-
-
Method Details
-
supportedCharset
- Returns:
- The
Charset
that this Dictionary supports
-