| Modifier and Type | Method and Description |
|---|---|
static <B extends Cell> |
create(int firstRow,
int firstColumn,
int height,
int width,
List<B> flattenedList,
Class<B> cellClass) |
K |
getCell(int relativeRowIndex,
int relativeColumnIndex) |
K[][] |
getCells() |
K[] |
getFlattenedCells() |
int |
getHeight() |
String |
getReferenceText() |
K |
getTopLeftCell() |
int |
getWidth() |
Iterator<K> |
iterator() |
int |
size()
Gets the number of cells in this range.
|
Spliterator<K> |
spliterator() |
public static <B extends Cell> SSCellRange<B> create(int firstRow, int firstColumn, int height, int width, List<B> flattenedList, Class<B> cellClass)
public int size()
CellRangepublic String getReferenceText()
getReferenceText in interface CellRange<K extends Cell>public K getTopLeftCell()
getTopLeftCell in interface CellRange<K extends Cell>null.public K getCell(int relativeRowIndex, int relativeColumnIndex)
public K[] getFlattenedCells()
getFlattenedCells in interface CellRange<K extends Cell>public K[][] getCells()
public Spliterator<K> spliterator()
spliterator in interface Iterable<K extends Cell>