Class ISO_LATIN1Dictionary

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

public class ISO_LATIN1Dictionary extends AbstractDictionary
Basic Dictionary class that supports the ISO-LATIN-1/ISO_8859_1 Charset. * * @author Logan Ferree (Tadukoo) * @version Alpha v.0.4
  • Constructor Details

    • ISO_LATIN1Dictionary

      public ISO_LATIN1Dictionary()
      Constructs a new ISO_LATIN_1 Dictionary that's empty
    • ISO_LATIN1Dictionary

      public ISO_LATIN1Dictionary(Map<Character,Map<Character,?>> map)
      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

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