Class UTF16BEDictionary
java.lang.Object
com.github.tadukoo.util.dictionary.AbstractDictionary
com.github.tadukoo.util.dictionary.UTF16BEDictionary
- All Implemented Interfaces:
Dictionary
Basic
Dictionary
class that supports the UTF-16BE
Charset.- Version:
- Alpha v.0.4
- Author:
- Logan Ferree (Tadukoo)
-
Constructor Summary
ConstructorDescriptionConstructs a new UTF-16BE Dictionary that's emptyUTF16BEDictionary
(Map<Character, Map<Character, ?>> map) Constructs a new UTF-16BE 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
-
UTF16BEDictionary
public UTF16BEDictionary()Constructs a new UTF-16BE Dictionary that's empty -
UTF16BEDictionary
Constructs a new UTF-16BE 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
-