| Modifier and Type | Method and Description |
|---|---|
Cell |
Row.getCell(CellAddress address) |
Cell |
Row.getCell(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
Row.getCells(int beginIndex,
int endIndex) |
Optional<Cell> |
Row.getFirstNonEmptyCell() |
Optional<Cell> |
Row.getOptionalCell(int index) |
Iterator<Cell> |
Row.iterator() |
Stream<Cell> |
Row.stream() |
| Constructor and Description |
|---|
Row(int rowNum,
int physicalCellCount,
Cell[] cells) |
Copyright © 2018. All rights reserved.