public class SlimRow extends Object implements RowWrapper<String>
| Modifier and Type | Method and Description |
|---|---|
List<String> |
asList() |
CellWrapper<String> |
getCell(int c) |
CellWrapper<String> |
removeCell(int c)
removes a cell at a given position.
|
int |
size() |
public CellWrapper<String> getCell(int c)
getCell in interface RowWrapper<String>c - the cell indexCellWrapper at a given positionpublic int size()
size in interface RowWrapper<String>public CellWrapper<String> removeCell(int c)
RowWrapperremoveCell in interface RowWrapper<String>c - the cell indexCopyright © 2017 smartrics. All rights reserved.