Class CollectionIteration<E,​X extends Exception>

java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E,​X>
org.eclipse.rdf4j.repository.sparql.federation.CollectionIteration<E,​X>
org.eclipse.rdf4j.query.algebra.evaluation.iterator.CollectionIteration<E,​X>
All Implemented Interfaces:
AutoCloseable, CloseableIteration<E,​X>, Iteration<E,​X>

@Deprecated public class CollectionIteration<E,​X extends Exception> extends CollectionIteration<E,​X>
Deprecated.
since 2.3 use CollectionIteration
An iteration to access a materialized Collection of BindingSets.
Author:
Andreas Schwarte
  • Constructor Details

    • CollectionIteration

      public CollectionIteration(Collection<E> collection)
      Deprecated.