|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.test.selenium.locator.iteration.AbstractElementList.ElementIterator
public class AbstractElementList.ElementIterator
The iterator over elements given by IterableLocator.
| Constructor Summary | |
|---|---|
AbstractElementList.ElementIterator()
Instantiates a new element iterator. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
Unsupported for this Iterator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractElementList.ElementIterator()
Instantiates a new element iterator.
Set iteration index to first element and then try to found actual count for given elements.
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<T extends IterableLocator<T>>public T next()
next in interface Iterator<T extends IterableLocator<T>>public void remove()
remove in interface Iterator<T extends IterableLocator<T>>UnsupportedOperationException - in every call
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||