Searched defs:cells (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/analyzers/stempel/src/java/org/egothor/stemmer/
H A DRow.java67 TreeMap<Character,Cell> cells = new TreeMap<Character,Cell>(); field in class:Row
85 cells.put(ch, c);
95 * Construct a Row using the cells of the given Row.
100 cells = old.cells;
114 cells.put(way, c);
133 cells.put(way, c);
140 * Return the number of cells in use.
142 * @return the number of cells in use
145 Iterator<Character> i = cells
[all...]

Completed in 20 milliseconds