Uses of Class
org.openrefine.model.RowBuilder
-
Packages that use RowBuilder Package Description org.openrefine.model -
-
Uses of RowBuilder in org.openrefine.model
Methods in org.openrefine.model that return RowBuilder Modifier and Type Method Description static RowBuilderRowBuilder. create(int initialSize)Helper to make instantiation easier.static RowBuilderRowBuilder. fromRow(Row initialRow)Helper to make instantiation easier.RowBuilderRowBuilder. withCell(int index, Cell cell)Sets a cell at a given index.RowBuilderRowBuilder. withFlagged(boolean flagged)Sets the "flagged" parameter on the rowRowBuilderRowBuilder. withStarred(boolean starred)Sets the "starred" parameter on the row
-