protected static final class BeanContextSupport.BCSIterator extends Object implements Iterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Tests whether there are elements remaining in the collection.
|
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()
Iterator
next()
will not throw an exception.public Object next()
Iterator