Iterator 仅能遍历,不能修改。因为ListIterator的这些功能,可以实现对LinkedList等List数据结构的操作。 先看一个Iterator的例子: import java.util ...
確定! 回上一頁