Package 

Class MatrixCursor.RowBuilder


  • 
    public class MatrixCursor.RowBuilder
    
                        

    Builds 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.RowBuilder add(Object columnValue) Sets the next column value in this row.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait