A C D E F G H I L M N O P Q R S T U W 
All Classes All Packages

A

AbstractCloseableIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Base class for CloseableIterations offering common functionality.
AbstractCloseableIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
 
AbstractCloseableIterator<E> - Class in org.eclipse.rdf4j.common.iterator
 
AbstractCloseableIterator() - Constructor for class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
 
AbstractCloseableIteratorIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that can convert an Iterator to a CloseableIteration.
AbstractCloseableIteratorIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteratorIteration
 
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.DistinctIteration
Returns true if the specified object hasn't been seen before.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
Tests whether or not the specified object should be returned by this Iteration.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
Returns true if the object is in the set of elements of the second argument.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.MinusIteration
 
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.OffsetIteration
Returns false for the first OFFSET objects.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.ReducedIteration
 
accept(E) - Method in class org.eclipse.rdf4j.common.iterator.FilterIterator
Tests whether or not the specified object should be returned by this iterator.
add(E) - Method in class org.eclipse.rdf4j.common.iteration.DistinctIteration
 
addAll(CloseableIteration<? extends E>, C) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Adds all elements from the supplied CloseableIteration to the specified collection then closes the CloseableIteration.
arg2 - Variable in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
asList(CloseableIteration<? extends E>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Get a List containing all elements obtained from the specified iteration.
asSet(CloseableIteration<? extends E>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Get a Set containing all elements obtained from the specified iteration.
asSet(CloseableIteration<? extends E>, Supplier<Set<E>>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Get a Set containing all elements obtained from the specified iteration.

C

checkException() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
 
close() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Calls AbstractCloseableIteration.handleClose() upon first call and makes sure the resource closures are only executed once.
close() - Method in interface org.eclipse.rdf4j.common.iteration.CloseableIteration
Closes this iteration, freeing any resources that it is holding.
close() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Calls CloseableIteratorIteration.handleClose() upon first call and makes sure the resource closures are only executed once.
close() - Method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
 
close() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
close() - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
Calls FilterIteration.handleClose() upon first call and makes sure the resource closures are only executed once.
close() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
Calls AbstractCloseableIterator.handleClose() upon first call and makes sure this method gets called only once.
close() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
CloseableIteration<E> - Interface in org.eclipse.rdf4j.common.iteration
An CloseableIteration that can be closed to free resources that it is holding.
CloseableIterationIterator<E> - Class in org.eclipse.rdf4j.common.iterator
CloseableIterationIterator(CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
CloseableIteratorIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that can convert an Iterator to a CloseableIteration.
CloseableIteratorIteration(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Creates a CloseableIteratorIteration that wraps the supplied iterator.
convert(Exception) - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Converts an exception from the underlying iteration to an exception of type X.
convert(RuntimeException) - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Deprecated.
Converts an exception from the underlying iteration to an exception of type X.
convert(S) - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Converts a source type object to a target type object.
convert(S) - Method in class org.eclipse.rdf4j.common.iterator.ConvertingIterator
Converts a source type object to a target type object.
ConvertingIteration<S,​T> - Class in org.eclipse.rdf4j.common.iteration
A CloseableIteration that converts an iteration over objects of type S (the source type) to an iteration over objects of type T (the target type).
ConvertingIteration(CloseableIteration<? extends S>) - Constructor for class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Creates a new ConvertingIteration that operates on the supplied source type iteration.
ConvertingIterator<S,​T> - Class in org.eclipse.rdf4j.common.iterator
An Iterator that converts an iterator over objects of type S (the source type) to an iterator over objects of type T (the target type).
ConvertingIterator(Iterator<? extends S>) - Constructor for class org.eclipse.rdf4j.common.iterator.ConvertingIterator
Creates a new ConvertingIterator that operates on the supplied source type itertor.
createIteration() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Creates the iteration that should be iterated over.
createIteration() - Method in class org.eclipse.rdf4j.common.iteration.ThreadSafeDelayedIteration
Creates the iteration that should be iterated over.

D

DelayedIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An iteration that delays the creation of the underlying iteration until it is being accessed.
DelayedIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.DelayedIteration
Creates a new DelayedIteration.
DistinctIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that filters any duplicate elements from an underlying iterator.
DistinctIteration(CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.DistinctIteration
Deprecated.
DistinctIteration(CloseableIteration<? extends E>, Supplier<Set<E>>) - Constructor for class org.eclipse.rdf4j.common.iteration.DistinctIteration
Creates a new DistinctIterator.
DistinctIteration(CloseableIteration<? extends E>, Set<E>) - Constructor for class org.eclipse.rdf4j.common.iteration.DistinctIteration
Creates a new DistinctIterator.
done() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Indicates the method QueueIteration.put(Object) will not be called in the queue anymore.
DualUnionIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Provides a bag union of the two provided iterations.
DualUnionIteration(Comparator<E>, CloseableIteration<? extends E>, CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.DualUnionIteration
 

E

EmptyIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An iterator that does not contain any elements.
EmptyIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
EmptyIterator<E> - Class in org.eclipse.rdf4j.common.iterator
An iterator that does not contain any elements.
EmptyIterator() - Constructor for class org.eclipse.rdf4j.common.iterator.EmptyIterator
 
ExceptionConvertingIteration<E,​X extends RuntimeException> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
ExceptionConvertingIteration(CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Deprecated.
Creates a new ExceptionConvertingIteration that operates on the supplied iteration.

F

FilterIteration<E> - Class in org.eclipse.rdf4j.common.iteration
A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.
FilterIteration(CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.FilterIteration
 
FilterIterator<E> - Class in org.eclipse.rdf4j.common.iterator
A CloseableIterator that wraps another iterator, applying a filter on the objects that are returned.
FilterIterator(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iterator.FilterIterator
 
forEachRemaining(Consumer<? super E>) - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 

G

getIndexName() - Method in interface org.eclipse.rdf4j.common.iteration.IndexReportingIterator
 
getInstance(CloseableIteration<E>, CloseableIteration<E>) - Static method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
 
getIterator() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteratorIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
Gets the next element.
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Returns the next item in the queue, which may be null, or throws an exception.
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.UnionIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
Gets the next element.
getNextElement() - Method in class org.eclipse.rdf4j.common.iterator.UnionIterator
 
getWildcardInstance(Comparator<E>, CloseableIteration<? extends E>, CloseableIteration<? extends E>) - Static method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
 
getWildcardInstance(CloseableIteration<? extends E>, CloseableIteration<? extends E>) - Static method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
 

H

handleAlreadyClosed() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
 
handleAlreadyClosed() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Called by AbstractCloseableIteration.close() when it is called for the first time.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Closes this iteration as well as the wrapped iteration if it is a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Closes this iteration as well as the underlying iteration if it has already been created and happens to be a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.DistinctIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Deprecated.
Closes this Iteration as well as the wrapped Iteration if it happens to be a CloseableIteration .
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
Closes this Iteration and also closes the wrapped Iteration if it is a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Deprecated.
Closes this Iteration and also closes the wrapped Iteration if it is a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.MinusIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.OffsetIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.ReducedIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.SilentIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.ThreadSafeDelayedIteration
Closes this iteration as well as the underlying iteration if it has already been created and happens to be a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.UnionIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
Called by AbstractCloseableIterator.close() when it is called for the first time.
handleClose() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
handleClose() - Method in class org.eclipse.rdf4j.common.iterator.UnionIterator
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteratorIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Checks whether the source type iteration contains more elements.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Calls the hasNext method of the underlying iteration.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Deprecated.
Checks whether the underlying Iteration contains more elements.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Deprecated.
Checks whether the wrapped Iteration contains more elements, closing this Iteration when this is not the case.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.LimitIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.SilentIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.ThreadSafeDelayedIteration
Calls the hasNext method of the underlying iteration.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
hasNext() - Method in class org.eclipse.rdf4j.common.iterator.ConvertingIterator
Checks whether the source type itertor contains more elements.
hasNext() - Method in class org.eclipse.rdf4j.common.iterator.EmptyIterator
 
hasNext() - Method in class org.eclipse.rdf4j.common.iterator.FilterIterator
 
hasNext() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
hasNext() - Method in class org.eclipse.rdf4j.common.iterator.SingletonIterator
 

I

IndexReportingIterator - Interface in org.eclipse.rdf4j.common.iteration
A way to signal which index is in use for a specific iterator (e.g.
inIncludeSet(E) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
IntersectIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that returns the intersection of the results of two Iterations.
IntersectIteration(CloseableIteration<? extends E>, CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.IntersectIteration
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
IntersectIteration(CloseableIteration<? extends E>, CloseableIteration<? extends E>, boolean) - Constructor for class org.eclipse.rdf4j.common.iteration.IntersectIteration
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
IntersectIteration(CloseableIteration<? extends E>, CloseableIteration<? extends E>, boolean, Supplier<Set<E>>) - Constructor for class org.eclipse.rdf4j.common.iteration.IntersectIteration
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
IntersectIteration(CloseableIteration<? extends E>, CloseableIteration<? extends E>, Supplier<Set<E>>) - Constructor for class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
isClosed() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Checks whether this CloseableIteration has been closed.
isClosed() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Checks whether this CloseableIteration has been closed.
isClosed() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
Checks whether this Iterator has been closed.
Iterations - Class in org.eclipse.rdf4j.common.iteration
This class consists exclusively of static methods that operate on or return Iterations.
Iterations() - Constructor for class org.eclipse.rdf4j.common.iteration.Iterations
 
IterationWrapper<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
IterationWrapper(CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.IterationWrapper
Deprecated.
Creates a new IterationWrapper that operates on the supplied Iteration.

L

LimitIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that limits the amount of elements that it returns from an underlying Iteration to a fixed amount.
LimitIteration(CloseableIteration<? extends E>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.LimitIteration
Creates a new LimitIteration.
LookAheadIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that looks one element ahead, if necessary, to handle calls to LookAheadIteration.hasNext().
LookAheadIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.LookAheadIteration
 
LookAheadIterator<E> - Class in org.eclipse.rdf4j.common.iterator
 
LookAheadIterator() - Constructor for class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 

M

makeSet() - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
MinusIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that returns the results of an Iteration (the left argument) minus the results of another Iteration (the right argument).
MinusIteration(CloseableIteration<? extends E>, CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.MinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
MinusIteration(CloseableIteration<? extends E>, CloseableIteration<? extends E>, boolean) - Constructor for class org.eclipse.rdf4j.common.iteration.MinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
MinusIteration(CloseableIteration<? extends E>, CloseableIteration<? extends E>, boolean, Supplier<Set<E>>) - Constructor for class org.eclipse.rdf4j.common.iteration.MinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.

N

next() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteratorIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Returns the next element from the source type iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Calls the next method of the underlying iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Deprecated.
Returns the next element from the wrapped Iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Deprecated.
Returns the next element from the wrapped Iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.LimitIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.SilentIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.ThreadSafeDelayedIteration
Calls the next method of the underlying iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
next() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
next() - Method in class org.eclipse.rdf4j.common.iterator.ConvertingIterator
Returns the next element from the source type itertor.
next() - Method in class org.eclipse.rdf4j.common.iterator.EmptyIterator
 
next() - Method in class org.eclipse.rdf4j.common.iterator.FilterIterator
 
next() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
next() - Method in class org.eclipse.rdf4j.common.iterator.SingletonIterator
 

O

OffsetIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that skips the first offset elements from an underlying Iteration.
OffsetIteration(CloseableIteration<? extends E>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.OffsetIteration
Creates a new OffsetIteration.
org.eclipse.rdf4j.common.iteration - package org.eclipse.rdf4j.common.iteration
 
org.eclipse.rdf4j.common.iterator - package org.eclipse.rdf4j.common.iterator
 

P

put(E) - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Adds another item to the queue, blocking while the queue is full.

Q

QueueIteration<E,​T extends RuntimeException> - Class in org.eclipse.rdf4j.common.iteration
Makes working with a queue easier by adding the methods QueueIteration.done() and QueueIteration.toss(Exception) and after converting the Exception to the required type using QueueIteration.convert(Exception).
QueueIteration(int) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
Creates an QueueIteration with the given (fixed) capacity and default access policy.
QueueIteration(int, boolean) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
Creates an QueueIteration with the given (fixed) capacity and the specified access policy.
QueueIteration(BlockingQueue<E>) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
Creates an QueueIteration with the given BlockingQueue as its backing queue.
It may not be threadsafe to modify or access the given BlockingQueue from other locations.

R

ReducedIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Removes consecutive duplicates from the object stream.
ReducedIteration(CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.ReducedIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteratorIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Calls remove() on the underlying Iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Calls the remove method of the underlying iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
remove() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Deprecated.
Calls remove() on the underlying Iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
Removes the last element that has been returned from the wrapped Iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Deprecated.
Removes the last element that has been returned from the wrapped Iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
remove() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.ThreadSafeDelayedIteration
Calls the remove method of the underlying iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
remove() - Method in class org.eclipse.rdf4j.common.iterator.ConvertingIterator
Calls remove() on the underlying itertor.
remove() - Method in class org.eclipse.rdf4j.common.iterator.EmptyIterator
 
remove() - Method in class org.eclipse.rdf4j.common.iterator.FilterIterator
 
remove() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
remove() - Method in class org.eclipse.rdf4j.common.iterator.SingletonIterator
 
removeFromIncludeSet(E) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 

S

SilentIteration<T> - Class in org.eclipse.rdf4j.common.iteration
An IterationWrapper that silently ignores any errors that occur during processing.
SilentIteration(CloseableIteration<T>) - Constructor for class org.eclipse.rdf4j.common.iteration.SilentIteration
 
SingletonIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that contains exactly one element.
SingletonIteration(E) - Constructor for class org.eclipse.rdf4j.common.iteration.SingletonIteration
Creates a new EmptyIteration.
SingletonIterator<E> - Class in org.eclipse.rdf4j.common.iterator
An iterator that contains exactly one element.
SingletonIterator(E) - Constructor for class org.eclipse.rdf4j.common.iterator.SingletonIterator
Creates a new EmptyIterator.
stream() - Method in interface org.eclipse.rdf4j.common.iteration.CloseableIteration
Convert the results to a Java 8 Stream.
stream() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
stream(CloseableIteration<T>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Get a sequential Stream with the supplied CloseableIteration as its source.

T

ThreadSafeDelayedIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An iteration that delays the creation of the underlying iteration until it is being accessed.
ThreadSafeDelayedIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.ThreadSafeDelayedIteration
Creates a new DelayedIteration.
throwInterruptedException() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
If the iteration is interrupted by its time limit, this method is called to generate and throw the appropriate exception.
TimeLimitIteration<E> - Class in org.eclipse.rdf4j.common.iteration
 
TimeLimitIteration(CloseableIteration<? extends E>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
toss(Exception) - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
The next time LookAheadIteration.next() is called this exception will be thrown.
toString(CloseableIteration<?>, String) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Converts a CloseableIteration to a string by concatenating all the string representations of objects in the iteration, divided by a separator.
toString(CloseableIteration<?>, String, StringBuilder) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Converts a CloseableIteration to a string by concatenating all the string representations of objects in the iteration, divided by a separator.

U

UnionIteration<E> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that returns the bag union of the results of a number of Iterations.
UnionIteration(Iterable<? extends CloseableIteration<? extends E>>) - Constructor for class org.eclipse.rdf4j.common.iteration.UnionIteration
Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
UnionIteration(CloseableIteration<? extends E>...) - Constructor for class org.eclipse.rdf4j.common.iteration.UnionIteration
Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
UnionIterator<E> - Class in org.eclipse.rdf4j.common.iterator
 
UnionIterator(Iterable<? extends E>...) - Constructor for class org.eclipse.rdf4j.common.iterator.UnionIterator
Creates a new UnionIterator that returns the bag union of the results of a number of Iterators.
UnionIterator(Iterable<? extends Iterable<? extends E>>) - Constructor for class org.eclipse.rdf4j.common.iterator.UnionIterator
 

W

wrappedIter - Variable in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Deprecated.
This will be changed to private, possibly with an accessor in future. Do not rely on it.
A C D E F G H I L M N O P Q R S T U W 
All Classes All Packages