Class SelenideElementListIterator

    • Constructor Detail

      • SelenideElementListIterator

        public SelenideElementListIterator​(WebElementsCollection collection,
                                           int index)
    • Method Detail

      • hasPrevious

        public boolean hasPrevious()
        Specified by:
        hasPrevious in interface java.util.ListIterator<SelenideElement>
      • nextIndex

        public int nextIndex()
        Specified by:
        nextIndex in interface java.util.ListIterator<SelenideElement>
      • previousIndex

        public int previousIndex()
        Specified by:
        previousIndex in interface java.util.ListIterator<SelenideElement>