Allows easy iteration through a list of Nodes with nextNode as well as a skip method inherited from RangeIterator.

Constructors

Methods

Constructors

Methods

  • Returns true if the iteration has more elements. (In other words, returns true if #next would return an element rather than throwing an exception.)

    Returns boolean

    true if the iteration has more elements