Class EmbeddedGermanDictionary


  • public final class EmbeddedGermanDictionary
    extends java.lang.Object
    A singleton that returns always the same words of the embedded dictionary.
    Since:
    4.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String SERIALIZED_DICT  
      private static java.util.Set<java.lang.String> words  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Set<java.lang.String> getWords()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • words

        private static java.util.Set<java.lang.String> words
    • Constructor Detail

      • EmbeddedGermanDictionary

        private EmbeddedGermanDictionary()
    • Method Detail

      • getWords

        public static java.util.Set<java.lang.String> getWords()