How do I append the contents of one list at the end of another list?
List.addAll()
listA.addAll(listB)