1.Listlterator 接口是 Iterator 的一个子接口。它定义了一个方法用于在迭代器位置前面增加一个元素:void add(E element)
java集合
原文:https://www.cnblogs.com/confusion/p/9462032.html