Uses of Class
org.egothor.stemmer.Cell
-
Packages that use Cell Package Description org.egothor.stemmer Egothor stemmer API. -
-
Uses of Cell in org.egothor.stemmer
Fields in org.egothor.stemmer with type parameters of type Cell Modifier and Type Field Description (package private) java.util.TreeMap<java.lang.Character,Cell>
Row. cells
Methods in org.egothor.stemmer that return Cell Modifier and Type Method Description (package private) Cell
Row. at(java.lang.Character index)
Cell
Optimizer. merge(Cell m, Cell e)
Merge the given Cells and return the resulting Cell.Cell
Optimizer2. merge(Cell m, Cell e)
Merge the given Cells and return the resulting Cell.Methods in org.egothor.stemmer with parameters of type Cell Modifier and Type Method Description Cell
Optimizer. merge(Cell m, Cell e)
Merge the given Cells and return the resulting Cell.Cell
Optimizer2. merge(Cell m, Cell e)
Merge the given Cells and return the resulting Cell.Constructors in org.egothor.stemmer with parameters of type Cell Constructor Description Cell(Cell a)
Construct a Cell using the properties of the given Cell.
-