Esempio n. 1
0
 @Override
 public int numColumns() {
   return rows.isEmpty() ? 0 : rows.get(0).getColVals().size();
 }