10041005100610071008100910101011101210131014101510161017
false ); assertEquals( 5, re.getColumns().size() ); RowIterator i = re.iterator(); List<List<String>> rows = new ArrayList<List<String>>(); while ( i.hasNext() ) { List<String> row = i.next(); rows.add( row ); } assertEquals( 2, rows.size() );
11001101110211031104110511061107110811091110111111121113
false ); assertEquals( 5, re.getColumns().size() ); RowIterator i = re.iterator(); List<List<String>> rows = new ArrayList<List<String>>(); while ( i.hasNext() ) { List<String> row = i.next(); rows.add( row ); } assertEquals( 4, rows.size() );
12151216121712181219122012211222122312241225122612271228