Class LookAheadIteration<E>

    • Constructor Detail

      • LookAheadIteration

        protected LookAheadIteration()
    • Method Detail

      • getNextElement

        protected abstract E getNextElement()
        Gets the next element. Subclasses should implement this method so that it returns the next element.
        Returns:
        The next element, or null if no more elements are available.
      • hasNext

        public final boolean hasNext()
      • next

        public final E next()