Interface RowCellFinder
-
- All Superinterfaces:
CellFinder
,QuickInfoSupporter
- All Known Implementing Classes:
AbstractRowCellFinder
,CellRange
,CellTypeRange
,SingleCell
public interface RowCellFinder extends CellFinder
Finds cells in a spreadsheet row.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<CellLocation>
findCells(Row row)
Locates the cells in the row.-
Methods inherited from interface adams.data.spreadsheet.cellfinder.CellFinder
findCells
-
Methods inherited from interface adams.core.QuickInfoSupporter
getQuickInfo
-
-
-
-
Method Detail
-
findCells
Iterator<CellLocation> findCells(Row row)
Locates the cells in the row.- Parameters:
row
- the row to locate the cells in- Returns:
- the iterator over the locations
-
-