Modifier and Type | Method and Description |
---|---|
static <B extends Cell> |
create(int firstRow,
int firstColumn,
int height,
int width,
java.util.List<B> flattenedList,
java.lang.Class<B> cellClass) |
K |
getCell(int relativeRowIndex,
int relativeColumnIndex) |
K[][] |
getCells() |
K[] |
getFlattenedCells() |
int |
getHeight() |
java.lang.String |
getReferenceText() |
K |
getTopLeftCell() |
int |
getWidth() |
java.util.Iterator<K> |
iterator() |
int |
size()
Gets the number of cells in this range.
|
public static <B extends Cell> SSCellRange<B> create(int firstRow, int firstColumn, int height, int width, java.util.List<B> flattenedList, java.lang.Class<B> cellClass)
public int size()
CellRange
public java.lang.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>
CellRange
public K[][] getCells()
public java.util.Iterator<K> iterator()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.