如Java 中的Collection、List、Set、Map 等都包含了迭代器。 ... 抽象迭代器interface Iterator { Object first(); Object next(); Object previous(); Object last(); ...
確定! 回上一頁