Package net.zetetic.database
Class MatrixCursor.RowBuilder
-
- All Implemented Interfaces:
public class MatrixCursor.RowBuilderBuilds a row, starting from the left-most column and adding one column value at a time. Follows the same ordering as the column names specified at cursor construction time.
-
-
Method Summary
Modifier and Type Method Description MatrixCursor.RowBuilderadd(Object columnValue)Sets the next column value in this row. -
-
Method Detail
-
add
MatrixCursor.RowBuilder add(Object columnValue)
Sets the next column value in this row.
- Returns:
this builder to support chaining
-
-
-
-