Uses of Interface
org.eclipse.rdf4j.common.iteration.CloseableIteration
-
Packages that use CloseableIteration Package Description org.eclipse.rdf4j.common.iteration org.eclipse.rdf4j.common.iterator -
-
Uses of CloseableIteration in org.eclipse.rdf4j.common.iteration
Classes in org.eclipse.rdf4j.common.iteration that implement CloseableIteration 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.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.Methods in org.eclipse.rdf4j.common.iteration that return CloseableIteration Modifier and Type Method Description static <E,X extends Exception>
CloseableIteration<E,X>DualUnionIteration. getInstance(CloseableIteration<E,X> leftIteration, CloseableIteration<E,X> rightIteration)Deprecated.static <E,X extends Exception>
CloseableIteration<? extends E,X>DualUnionIteration. getWildcardInstance(CloseableIteration<? extends E,X> leftIteration, CloseableIteration<? extends E,X> rightIteration)Deprecated.Methods in org.eclipse.rdf4j.common.iteration with parameters of type CloseableIteration Modifier and Type Method Description static <E,X extends Exception,C extends Collection<E>>
CIterations. addAll(CloseableIteration<? extends E,X> iter, C collection)Deprecated.Adds all elements from the suppliedCloseableIterationto the specified collection then closes theCloseableIteration.static <E,X extends Exception>
List<E>Iterations. asList(CloseableIteration<? extends E,X> iter)Deprecated.Get a List containing all elements obtained from the specified iteration.static <E,X extends Exception>
Set<E>Iterations. asSet(CloseableIteration<? extends E,? extends X> iteration, Supplier<Set<E>> setMaker)Deprecated.Get a Set containing all elements obtained from the specified iteration.static <E,X extends Exception>
Set<E>Iterations. asSet(CloseableIteration<? extends E,X> iter)Deprecated.Get a Set containing all elements obtained from the specified iteration.static <E,X extends Exception>
CloseableIteration<E,X>DualUnionIteration. getInstance(CloseableIteration<E,X> leftIteration, CloseableIteration<E,X> rightIteration)Deprecated.static <E,X extends Exception>
CloseableIteration<? extends E,X>DualUnionIteration. getWildcardInstance(CloseableIteration<? extends E,X> leftIteration, CloseableIteration<? extends E,X> rightIteration)Deprecated.static <T> Stream<T>Iterations. stream(CloseableIteration<T,? extends Exception> iteration)Deprecated.Get a sequentialStreamwith the suppliedCloseableIterationas its source.static <X extends Exception>
StringIterations. toString(CloseableIteration<?,X> iteration, String separator)Deprecated.Converts aCloseableIterationto a string by concatenating all the string representations of objects in the iteration, divided by a separator.static <X extends Exception>
voidIterations. toString(CloseableIteration<?,X> iteration, String separator, StringBuilder sb)Deprecated.Converts aCloseableIterationto a string by concatenating all the string representations of objects in the iteration, divided by a separator.Constructors in org.eclipse.rdf4j.common.iteration with parameters of type CloseableIteration Constructor Description SilentIteration(CloseableIteration<T,E> iter)Deprecated. -
Uses of CloseableIteration in org.eclipse.rdf4j.common.iterator
Constructors in org.eclipse.rdf4j.common.iterator with parameters of type CloseableIteration Constructor Description CloseableIterationIterator(CloseableIteration<? extends E,? extends RuntimeException> iteration)
-