public class Rows extends Object
Rows(List<Row> rows)
List<Map<String,Object>>
asMap()
int
count()
Row
get(int index)
List<Object>
get(String header)
List<List<Object>>
valuesOf(String... header)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Rows(List<Row> rows)
public Row get(int index)
public List<Object> get(String header)
public List<List<Object>> valuesOf(String... header)
public List<Map<String,Object>> asMap()
public int count()