|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICardIterator
An iterator over a collection of CardComponents.
| Method Summary | |
|---|---|
CardComponent |
next()
Returns the next CardComponent in the iteration. |
CardComponent[] |
toArray()
Returns an array containing all of the CardComponents in this list in proper sequence. |
| Methods inherited from interface org.rcfaces.core.component.iterator.IComponentIterator |
|---|
count, hasNext, nextComponent, toArray |
| Method Detail |
|---|
CardComponent next()
IComponentIterator.hasNext() method returns false will return
each CardComponent in the underlying collection exactly once.
NoSuchElementException - iteration has no more CardComponents.CardComponent[] toArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||