Uses of Interface
org.eclipse.rdf4j.common.iteration.Iteration
-
Packages that use Iteration Package Description org.eclipse.rdf4j.common.iteration org.eclipse.rdf4j.common.iterator -
-
Uses of Iteration in org.eclipse.rdf4j.common.iteration
Subinterfaces of Iteration in org.eclipse.rdf4j.common.iteration Modifier and Type Interface Description interfaceCloseableIteration<E,X extends Exception>Deprecated.In the future this interface will stop extendingIterationand instead declare the same interface methods directly.Classes in org.eclipse.rdf4j.common.iteration that implement Iteration Modifier and Type Class Description classAbstractCloseableIteration<E,X extends Exception>Deprecated.classCloseableIteratorIteration<E,X extends Exception>Deprecated.classConvertingIteration<S,T,X extends Exception>Deprecated.classDelayedIteration<E,X extends Exception>Deprecated.classDistinctIteration<E,X extends Exception>Deprecated.classDualUnionIteration<E,X extends Exception>Deprecated.classEmptyIteration<E,X extends Exception>Deprecated.classExceptionConvertingIteration<E,X extends Exception>Deprecated.classFilterIteration<E,X extends Exception>Deprecated.classIntersectIteration<E,X extends Exception>Deprecated.classIterationWrapper<E,X extends Exception>Deprecated.classIteratorIteration<E,X extends Exception>Deprecated.classLimitIteration<E,X extends Exception>Deprecated.classLookAheadIteration<E,X extends Exception>Deprecated.classMinusIteration<E,X extends Exception>Deprecated.classOffsetIteration<E,X extends Exception>Deprecated.classQueueIteration<E,T extends Exception>Deprecated.classReducedIteration<E,X extends Exception>Deprecated.classSilentIteration<T,E extends Exception>Deprecated.classSingletonIteration<E,X extends Exception>Deprecated.classTimeLimitIteration<E,X extends Exception>Deprecated.classUnionIteration<E,X extends Exception>Deprecated.Fields in org.eclipse.rdf4j.common.iteration declared as Iteration Modifier and Type Field Description protected Iteration<? extends E,? extends X>IntersectIteration. arg2Deprecated.protected Iteration<? extends E,? extends X>IterationWrapper. wrappedIterDeprecated.This will be changed to private, possibly with an accessor in future.Methods in org.eclipse.rdf4j.common.iteration that return Iteration Modifier and Type Method Description protected abstract Iteration<? extends E,? extends X>DelayedIteration. createIteration()Deprecated.Creates the iteration that should be iterated over.Methods in org.eclipse.rdf4j.common.iteration with parameters of type Iteration Modifier and Type Method Description static <E,X extends Exception,C extends Collection<E>>
CIterations. addAll(Iteration<? extends E,X> iter, C collection)Deprecated, for removal: This API element is subject to removal in a future version.Set<E>IntersectIteration. addSecondSet(Iteration<? extends E,? extends X> arg2, Set<E> set)Deprecated.static <E,X extends Exception>
List<E>Iterations. asList(Iteration<? extends E,X> iter)Deprecated, for removal: This API element is subject to removal in a future version.static <E,X extends Exception>
Set<E>Iterations. asSet(Iteration<? extends E,? extends X> iteration, Supplier<Set<E>> setMaker)Deprecated, for removal: This API element is subject to removal in a future version.static <E,X extends Exception>
Set<E>Iterations. asSet(Iteration<? extends E,X> iter)Deprecated, for removal: This API element is subject to removal in a future version.static <X extends Exception>
voidIterations. closeCloseable(Iteration<?,X> iteration)Deprecated, for removal: This API element is subject to removal in a future version.static <T> Stream<T>Iterations. stream(Iteration<T,? extends Exception> iteration)Deprecated, for removal: This API element is subject to removal in a future version.static <X extends Exception>
StringIterations. toString(Iteration<?,X> iteration, String separator)Deprecated, for removal: This API element is subject to removal in a future version.static <X extends Exception>
voidIterations. toString(Iteration<?,X> iteration, String separator, StringBuilder sb)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.common.iteration with parameters of type Iteration Constructor Description ConvertingIteration(Iteration<? extends S,? extends X> iter)Deprecated.Creates a new ConvertingIteration that operates on the supplied source type iteration.DistinctIteration(Iteration<? extends E,? extends X> iter)Deprecated.Creates a new DistinctIterator.DistinctIteration(Iteration<? extends E,? extends X> iter, Supplier<Set<E>> setMaker)Deprecated.ExceptionConvertingIteration(Iteration<? extends E,? extends Exception> iter)Deprecated.Creates a new ExceptionConvertingIteration that operates on the supplied iteration.FilterIteration(Iteration<? extends E,? extends X> iter)Deprecated.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2)Deprecated.Creates a new IntersectIteration that returns the intersection of the results of two Iterations.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2, boolean distinct)Deprecated.Creates a new IntersectIteration that returns the intersection of the results of two Iterations.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2, boolean distinct, Supplier<Set<E>> setMaker)Deprecated.Creates a new IntersectIteration that returns the intersection of the results of two Iterations.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2, Supplier<Set<E>> setMaker)Deprecated.IterationSpliterator(Iteration<T,? extends Exception> iteration)Deprecated.Creates aSpliteratorimplementation that wraps the suppliedIteration.IterationWrapper(Iteration<? extends E,? extends X> iter)Deprecated.Creates a new IterationWrapper that operates on the supplied Iteration.LimitIteration(Iteration<? extends E,X> iter, long limit)Deprecated.Creates a new LimitIteration.MinusIteration(Iteration<? extends E,X> leftArg, Iteration<? extends E,X> rightArg)Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.MinusIteration(Iteration<? extends E,X> leftArg, Iteration<? extends E,X> rightArg, boolean distinct)Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.MinusIteration(Iteration<? extends E,X> leftArg, Iteration<? extends E,X> rightArg, boolean distinct, Supplier<Set<E>> setMaker)Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.OffsetIteration(Iteration<? extends E,X> iter, long offset)Deprecated.Creates a new OffsetIteration.ReducedIteration(Iteration<? extends E,? extends X> delegate)Deprecated.TimeLimitIteration(Iteration<? extends E,? extends X> iter, long timeLimit)Deprecated.UnionIteration(Iteration<? extends E,X>... args)Deprecated.Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.Constructor parameters in org.eclipse.rdf4j.common.iteration with type arguments of type Iteration Constructor Description UnionIteration(Iterable<? extends Iteration<? extends E,X>> args)Deprecated.Creates a new UnionIteration that returns the bag union of the results of a number of Iterations. -
Uses of Iteration in org.eclipse.rdf4j.common.iterator
Constructors in org.eclipse.rdf4j.common.iterator with parameters of type Iteration Constructor Description CloseableIterationIterator(Iteration<? extends E,? extends RuntimeException> iteration)Deprecated, for removal: This API element is subject to removal in a future version.
-