如ArrayList a = [1,5,7,9,10];ArrayList b = [6,7,8,9,11];
合并为 ArrayList c = [1,5,6,7,7,8,9,9,10,11];
归并排序和TreeSet都可以实现。
排序的方式多了。。。。