-
public class MatrixCursor.RowBuilderBuilds a row, starting from the left-most column and adding one columnvalue at a time. Follows the same ordering as the column names specifiedat 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.
-
-
-
-