public class SelenideElementIterator extends java.lang.Object implements java.util.Iterator<SelenideElement>
| Modifier and Type | Field and Description |
|---|---|
protected WebElementsCollection |
collection |
protected int |
index |
| Constructor and Description |
|---|
SelenideElementIterator(WebElementsCollection collection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
SelenideElement |
next() |
void |
remove() |
protected final WebElementsCollection collection
protected int index
public SelenideElementIterator(WebElementsCollection collection)
public boolean hasNext()
hasNext in interface java.util.Iterator<SelenideElement>public SelenideElement next()
next in interface java.util.Iterator<SelenideElement>public void remove()
remove in interface java.util.Iterator<SelenideElement>