public class SimpleTable extends Object
Constructor and Description |
---|
SimpleTable() |
Modifier and Type | Method and Description |
---|---|
SimpleTable |
addLine(String line) |
SimpleTable |
addLines(Collection<String> lines) |
SimpleTable |
addLines(String... lines) |
SimpleTable |
applyToCell(Cell.Function f) |
SimpleTable |
applyToCell(Function f) |
SimpleTable |
nextCell() |
SimpleTable |
nextCell(Collection<String> lines) |
SimpleTable |
nextCell(String... lines) |
int |
nextColNum() |
SimpleTable |
nextRow() |
int |
nextRowNum() |
int |
numCols() |
int |
numRows() |
static SimpleTable |
of() |
GridTable |
toGrid() |
public static SimpleTable of()
public SimpleTable nextRow()
public SimpleTable nextCell()
public SimpleTable nextCell(String... lines)
public SimpleTable nextCell(Collection<String> lines)
public SimpleTable addLine(String line)
public SimpleTable addLines(String... lines)
public SimpleTable addLines(Collection<String> lines)
public SimpleTable applyToCell(Function f)
public SimpleTable applyToCell(Cell.Function f)
public int nextRowNum()
public int nextColNum()
public int numRows()
public int numCols()
public GridTable toGrid()
Copyright © 2017 JBoss by Red Hat. All rights reserved.