Iterator
摘要:
java.utilInterface IteratorType Parameters:E- the type of elements returned by this iteratorbooleanhasNext()Returnstrueif the iteration has more elements.Enext()Returns the next element in the iteration.voidremove()Removes from the underlying collection the last element returned by this iterator (op 阅读全文
posted @ 2013-12-20 04:55 Step-BY-Step 阅读(398) 评论(0) 推荐(0) 编辑