Class SelenideElementListIterator

    • Constructor Detail

      • SelenideElementListIterator

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

      • hasPrevious

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

        @CheckReturnValue
        @Nonnull
        public SelenideElement previous()
        Specified by:
        previous in interface java.util.ListIterator<SelenideElement>
      • nextIndex

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

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