Class LookAheadIteration<E>

java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E>
org.eclipse.rdf4j.common.iteration.LookAheadIteration<E>
  • Constructor Details

    • LookAheadIteration

      protected LookAheadIteration()
  • Method Details

    • 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()
    • remove

      public void remove()