@ParametersAreNonnullByDefault public class SelenideElementListIterator extends SelenideElementIterator implements java.util.ListIterator<SelenideElement>
collection, index| Constructor and Description |
|---|
SelenideElementListIterator(CollectionSource collection,
int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SelenideElement selenideElement) |
boolean |
hasPrevious() |
int |
nextIndex() |
SelenideElement |
previous() |
int |
previousIndex() |
void |
set(SelenideElement selenideElement) |
hasNext, next, removepublic SelenideElementListIterator(CollectionSource collection, int index)
@CheckReturnValue public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<SelenideElement>@CheckReturnValue @Nonnull public SelenideElement previous()
previous in interface java.util.ListIterator<SelenideElement>@CheckReturnValue public int nextIndex()
nextIndex in interface java.util.ListIterator<SelenideElement>@CheckReturnValue public int previousIndex()
previousIndex in interface java.util.ListIterator<SelenideElement>public void set(SelenideElement selenideElement)
set in interface java.util.ListIterator<SelenideElement>public void add(SelenideElement selenideElement)
add in interface java.util.ListIterator<SelenideElement>