Package org.eclipse.rdf4j.common.iteration
-
Interface Summary Interface Description CloseableIteration<E,X extends java.lang.Exception> Deprecated. In the future this interface will stop extendingIteration
and instead declare the same interface methods directly.Iteration<E,X extends java.lang.Exception> Deprecated, for removal: This API element is subject to removal in a future version. For performance and simplification the Iteration interface is deprecated and will be removed in 5.0.0. -
Class Summary Class Description AbstractCloseableIteration<E,X extends java.lang.Exception> Deprecated. CloseableIterationSpliterator<T,E extends java.lang.Exception> ASpliterator
implementation that wraps aCloseableIteration
.CloseableIteratorIteration<E,X extends java.lang.Exception> Deprecated. ConvertingIteration<S,T,X extends java.lang.Exception> Deprecated. DelayedIteration<E,X extends java.lang.Exception> Deprecated. DistinctIteration<E,X extends java.lang.Exception> Deprecated. DualUnionIteration<E,X extends java.lang.Exception> Deprecated. EmptyIteration<E,X extends java.lang.Exception> Deprecated. ExceptionConvertingIteration<E,X extends java.lang.Exception> Deprecated. FilterIteration<E,X extends java.lang.Exception> Deprecated. InterruptTask<E,X extends java.lang.Exception> TimerTask that keeps a weak reference to the supplied iteration and when activated, interrupts it.IntersectIteration<E,X extends java.lang.Exception> Deprecated. Iterations Deprecated. IterationSpliterator<T> Deprecated. IterationWrapper<E,X extends java.lang.Exception> Deprecated. IteratorIteration<E,X extends java.lang.Exception> Deprecated. LimitIteration<E,X extends java.lang.Exception> Deprecated. LookAheadIteration<E,X extends java.lang.Exception> Deprecated. MinusIteration<E,X extends java.lang.Exception> Deprecated. OffsetIteration<E,X extends java.lang.Exception> Deprecated. QueueIteration<E,T extends java.lang.Exception> Deprecated. ReducedIteration<E,X extends java.lang.Exception> Deprecated. SilentIteration<T,E extends java.lang.Exception> Deprecated. SingletonIteration<E,X extends java.lang.Exception> Deprecated. TimeLimitIteration<E,X extends java.lang.Exception> Deprecated. UnionIteration<E,X extends java.lang.Exception> Deprecated.