40414243444546
public TableFormat(String title, Context context) { super(title, context); rows = new RowRangeList(getLocalContext()); cols = new ColRangeList(getLocalContext()); cells = new CellValueList(rows, cols); }
65666768697071
res.addAll(flatRows); res.addAll(flatCols); return res; } }; cells = new CellValueList(element, cellCtx, rows, cols); }