Class LookAheadIteration<E>

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

    • LookAheadIteration Link icon

      protected LookAheadIteration()
  • Method Details Link icon

    • getNextElement Link icon

      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 Link icon

      public final boolean hasNext()
    • next Link icon

      public final E next()
    • remove Link icon

      public void remove()