Package net.reduls.igo.dictionary
Interface WordDic.Callback
-
- Enclosing class:
- WordDic
public static interface WordDic.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(ViterbiNode vn)booleanisEmpty()
-
-
-
Method Detail
-
call
void call(ViterbiNode vn)
-
isEmpty
boolean isEmpty()
-
-