Class UTF16LEDictionary

java.lang.Object
com.github.tadukoo.util.dictionary.AbstractDictionary
com.github.tadukoo.util.dictionary.UTF16LEDictionary
All Implemented Interfaces:
Dictionary

public class UTF16LEDictionary extends AbstractDictionary
Basic Dictionary class that supports the UTF-16LE Charset.
Version:
Alpha v.0.4
Author:
Logan Ferree (Tadukoo)
  • Constructor Details

    • UTF16LEDictionary

      public UTF16LEDictionary()
      Constructs a new UTF-16LE Dictionary that's empty
    • UTF16LEDictionary

      public UTF16LEDictionary(Map<Character,Map<Character,?>> map)
      Constructs a new UTF-16LE Dictionary that contains the words in the given Map
      Parameters:
      map - The Map containing valid words for this Dictionary
  • Method Details

    • supportedCharset

      public Charset supportedCharset()
      Returns:
      The Charset that this Dictionary supports