Uses of Class
com.swabunga.spell.engine.SpellDictionaryASpell

Packages that use SpellDictionaryASpell
com.swabunga.spell.engine   
 

Uses of SpellDictionaryASpell in com.swabunga.spell.engine
 

Subclasses of SpellDictionaryASpell in com.swabunga.spell.engine
 class GenericSpellDictionary
          The SpellDictionary class holds the instance of the dictionary.
 class SpellDictionaryCachedDichoDisk
          Yet another SpellDictionary this one is based on Damien Guillaume's Diskbased dictionary but adds a cache to try to improve abit on performance.
 class SpellDictionaryDichoDisk
          Another implementation of SpellDictionary that doesn't cache any words in memory.
 class SpellDictionaryDisk
          An implementation of SpellDictionary that doesn't cache any words in memory.
 class SpellDictionaryHashMap
          The SpellDictionaryHashMap holds the dictionary

This class is thread safe.

 class SpellDictionaryMultiLingual