下列( )不是迭代器接口所定义的方法 A: hasNext( ) B: Next( ) C: remove( ) D: nextElement( )
下列( )不是迭代器接口所定义的方法 A: hasNext( ) B: Next( ) C: remove( ) D: nextElement( )
Collection接口继承自Iterator接口,Iterator接口中的iterator()方法返回一个Iterator实例,它使用()方法来检测迭代器中是否还有更多的元素? A: next() B: hasNext() C: nextElement() D: hasNextElement
Collection接口继承自Iterator接口,Iterator接口中的iterator()方法返回一个Iterator实例,它使用()方法来检测迭代器中是否还有更多的元素? A: next() B: hasNext() C: nextElement() D: hasNextElement
1