|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.beans.beancontext.BeanContextSupport.BCSIterator


protected static final class BeanContextSupport.BCSIterator


protected final subclass that encapsulates an iterator but implements a noop remove() method.
| Method Summary | |
|---|---|
boolean |
hasNext
Returns true if the iteration has more elements. |
Object |
next
Returns the next element in the iteration. |
void |
remove
Removes from the underlying collection the last element returned by the iterator (optional operation). |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Method Detail |
|---|

public boolean hasNext()
Iterator

hasNext

in interface Iterator


public Object![]()
![]()
next()
Iterator

Iterator.hasNext()
method returns false will
return each element in the underlying collection exactly once.
next

in interface Iterator


public void remove()
Iterator

remove

in interface Iterator

|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||