Adding Lists

I have two lists that I would like to add together to make one big list how would I do it with these lists?

List<LinkedHashMap><String, String>> adHocReportData = reportDAO.fetchReportData(adHocChartQuery);

List<LinkedHashMap><String, String>> benchmarkData = reportDAO.fetchReportData(benchmarkQuery);

Thanks for any assistance,

Rachel

[397 byte] By [Rachel_Ka] at [2007-11-27 8:48:25]
# 1
Try the addAll method.
floundera at 2007-7-12 20:55:23 > top of Java-index,Java Essentials,Java Programming...