protected static final class BeanContextSupport.BCSIterator extends Object implements Iterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
返回
true 如果迭代具有更多的元素。
|
Object |
next()
返回迭代中的下一个元素。
|
void |
remove()
从基础集合中移除这个迭代器返回的最后一个元素(可选操作)。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
Iterator
public void remove()
Iterator
Iterator.next()
称。如果基础集合在迭代中比其他任何方式调用此方法改进迭代器的行为是未定义的。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.