public interface ISpellCheckDAO
void
addKeySet(String key, Set<String> set)
addWordSet(String key, Set<String> set)
close(boolean save)
commit()
Set<String>
getKeySet(String key)
getWordSet(String key)
newSetOfString()
Set<String> getWordSet(String key)
void addWordSet(String key, Set<String> set)
Set<String> getKeySet(String key)
void addKeySet(String key, Set<String> set)
Set<String> newSetOfString()
void commit() throws SpellCheckException
SpellCheckException
void close(boolean save) throws SpellCheckException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.