Uses of Package
org.eclipse.rdf4j.common.iteration
-
Packages that use org.eclipse.rdf4j.common.iteration Package Description org.eclipse.rdf4j.common.iteration org.eclipse.rdf4j.common.iterator -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.common.iteration Class Description AbstractCloseableIteration Base class forCloseableIterations offering common functionality.CloseableIteration AnCloseableIterationthat can be closed to free resources that it is holding.FilterIteration A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.IterationWrapper Deprecated.LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls toLookAheadIteration.hasNext(). -
Classes in org.eclipse.rdf4j.common.iteration used by org.eclipse.rdf4j.common.iterator Class Description CloseableIteration AnCloseableIterationthat can be closed to free resources that it is holding.