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 EvaluationSheet
null
if there is no cell at the specified coordinatespublic Iterator<EvaluationCell> nonEmptyCellsIterator(int rowStart, int rowEnd, int columnStart, int columnEnd)
nonEmptyCellsIterator
in interface EvaluationSheet
public Iterator<EvaluationCell> nonEmptyCellsIterator(int columnIndex)
nonEmptyCellsIterator
in interface EvaluationSheet
public boolean isHidden(int rowIndex, int columnIndex)
EvaluationSheet
isHidden
in interface EvaluationSheet
public boolean isRowHidden(int rowIndex)
isRowHidden
in interface EvaluationSheet
public boolean isFiltered()
isFiltered
in interface EvaluationSheet
Copyright © 2020. All rights reserved.