Package com.inet.jortho
Class DictionaryFactory.Node
- java.lang.Object
-
- com.inet.jortho.LowMemoryArrayList<DictionaryFactory.Node>
-
- com.inet.jortho.DictionaryFactory.Node
-
- Enclosing class:
- DictionaryFactory
private static final class DictionaryFactory.Node extends LowMemoryArrayList<DictionaryFactory.Node>
A node in the search tree. Every Node can include a list of NodeEnties
-
-
Constructor Summary
Constructors Constructor Description Node(char c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
save(DictionaryFactory factory)
(package private) DictionaryFactory.Node
searchCharOrAdd(char c)
-
Methods inherited from class com.inet.jortho.LowMemoryArrayList
add, add, get, size
-
-
-
-
Method Detail
-
searchCharOrAdd
DictionaryFactory.Node searchCharOrAdd(char c)
-
save
int save(DictionaryFactory factory)
-
-