protected static final class BeanContextSupport.BCSIterator extends java.lang.Object implements java.util.Iterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Tests whether there are elements remaining in the collection.
|
java.lang.Object |
next()
Obtain the next element in the collection.
|
void |
remove()
Remove from the underlying collection the last element returned by next
(optional operation).
|
public boolean hasNext()
java.util.Iteratornext() will not throw an exception.hasNext in interface java.util.Iteratorpublic java.lang.Object next()
java.util.Iteratornext in interface java.util.Iteratorpublic void remove()
java.util.Iteratornext(). It does not affect what will be returned
by subsequent calls to next.remove in interface java.util.Iterator