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