Iterator迭代器接口

Iterator接口 Iterator接口,實現方法是對該集合的遍歷,底層的foreach,就是使用的實現Iterator接口接口的方法。java Iterator接口的方法 next() :返回下一個元素,而且讓遊標和lastRet向後移動 hasNext():判斷是否有下一個元素 remove():移除最後返回的元素。web tips:實現Iterator接口的方法後,返回的是iterator
相關文章
相關標籤/搜索