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