public class EvalSheet extends Object implements EvaluationSheet, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
EvaluationCell |
getCell(int rowIndex,
int columnIndex) |
SSheet |
getNSheet() |
int |
hashCode() |
boolean |
isFiltered() |
boolean |
isHidden(int rowIndex,
int columnIndex)
Returns whether the cell specified is hidden.
|
boolean |
isRowHidden(int rowIndex) |
Iterator<EvaluationCell> |
nonEmptyCellsIterator(int columnIndex) |
Iterator<EvaluationCell> |
nonEmptyCellsIterator(int rowStart,
int rowEnd,
int columnStart,
int columnEnd) |
public EvalSheet(SSheet sheet)
public SSheet getNSheet()
public EvaluationCell getCell(int rowIndex, int columnIndex)
getCell in interface EvaluationSheetnull if there is no cell at the specified coordinatespublic Iterator<EvaluationCell> nonEmptyCellsIterator(int rowStart, int rowEnd, int columnStart, int columnEnd)
nonEmptyCellsIterator in interface EvaluationSheetpublic Iterator<EvaluationCell> nonEmptyCellsIterator(int columnIndex)
nonEmptyCellsIterator in interface EvaluationSheetpublic boolean isHidden(int rowIndex,
int columnIndex)
EvaluationSheetisHidden in interface EvaluationSheetpublic boolean isRowHidden(int rowIndex)
isRowHidden in interface EvaluationSheetpublic boolean isFiltered()
isFiltered in interface EvaluationSheetCopyright © 2020. All rights reserved.