|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFacesListenerIterator
An iterator over a collection of FacesListeners.
| Method Summary | |
|---|---|
int |
count()
Returns the number of facesListeners in this list. |
boolean |
hasNext()
Returns true if the iteration has more facesListeners. |
FacesListener |
next()
Returns the next FacesListener in the iteration. |
FacesListener[] |
toArray()
Returns an array containing all of the FacesListeners in this list in proper sequence. |
| Method Detail |
|---|
int count()
boolean hasNext()
FacesListener next()
hasNext() method returns false will return
each FacesListener in the underlying collection exactly once.
NoSuchElementException - iteration has no more FacesListeners.FacesListener[] toArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||