遍历--取出需要的元素--放入新建的arraylist中
list.subList(起点,终点)PS:包含起点,不包含终点!
List> list = new ArrayList>();
list.subList(起点,终点) ;