迭代器使用【阿里JAVA开发手册】

调用迭代器的remove的方法(它的方法实现是:调用ArrayList的remove(index)方法 )

然后游标cursor相应的进行减1操作

原文地址:https://www.cnblogs.com/cs-lcy/p/10750004.html