Class US_ASCIIDictionary

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

public class US_ASCIIDictionary extends AbstractDictionary
Basic Dictionary class that supports the US_ASCII Charset.
Version:
Alpha v.0.4
Author:
Logan Ferree (Tadukoo)
  • Constructor Details

    • US_ASCIIDictionary

      public US_ASCIIDictionary()
      Constructs a new US_ASCII Dictionary that's empty
    • US_ASCIIDictionary

      public US_ASCIIDictionary(Map<Character,Map<Character,?>> map)
      Constructs a new US_ASCII 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