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
Deprecated.
AbstractCloseableIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Deprecated.
 
AbstractCloseableIterator<E> - Class in org.eclipse.rdf4j.common.iterator
 
AbstractCloseableIterator() - Constructor for class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
 
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.DistinctIteration
Deprecated.
Returns true if the specified object hasn't been seen before.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
Deprecated.
Tests whether or not the specified object should be returned by this Iteration.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
Deprecated.
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
Deprecated.
 
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.OffsetIteration
Deprecated.
Returns false for the first OFFSET objects.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.ReducedIteration
Deprecated.
 
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
Deprecated.
 
addAll(CloseableIteration<? extends E>, C) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Deprecated.
Adds all elements from the supplied CloseableIteration to the specified collection then closes the CloseableIteration.
addSecondSet(CloseableIteration<? extends E>, Set<E>) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
Deprecated.
 
arg2 - Variable in class org.eclipse.rdf4j.common.iteration.IntersectIteration
Deprecated.
 
asList(CloseableIteration<? extends E>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Deprecated.
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
Deprecated.
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
Deprecated.
Get a Set containing all elements obtained from the specified iteration.

C

checkException() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Deprecated.
 
clearIncludeSet() - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
Deprecated.
 
close() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Deprecated.
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
Deprecated.
Closes this iteration, freeing any resources that it is holding.
close() - Method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
Deprecated.
 
close() - Method in class org.eclipse.rdf4j.common.iteration.IteratorIteration
Deprecated.
 
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
Deprecated.
In the future this interface will stop extending CloseableIteration and instead declare the same interface methods directly. The interface will also stop requiring implementations to automatically close when exhausted, instead making this an optional feature and requiring the user to always call close. This interface may also be removed.
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
Deprecated.
CloseableIteratorIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Deprecated.
Creates an uninitialized CloseableIteratorIteration, needs to be initialized by calling CloseableIteratorIteration.setIterator(Iterator) before it can be used.
CloseableIteratorIteration(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Deprecated.
Creates a CloseableIteratorIteration that wraps the supplied iterator.
convert(Exception) - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Deprecated.
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
Deprecated.
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
Deprecated.
ConvertingIteration(CloseableIteration<? extends S>) - Constructor for class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Deprecated.
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
Deprecated.
Creates the iteration that should be iterated over.

D

DelayedIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
DelayedIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.DelayedIteration
Deprecated.
Creates a new DelayedIteration.
DistinctIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
DistinctIteration(CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.DistinctIteration
Deprecated.
Creates a new DistinctIterator.
DistinctIteration(CloseableIteration<? extends E>, Supplier<Set<E>>) - Constructor for class org.eclipse.rdf4j.common.iteration.DistinctIteration
Deprecated.
 
done() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Deprecated.
Indicates the method QueueIteration.put(Object) will not be called in the queue anymore.
DualUnionIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.

E

EmptyIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
EmptyIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.EmptyIteration
Deprecated.
Creates a new 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
Deprecated.
FilterIteration(CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.FilterIteration
Deprecated.
 
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 T>) - Method in class org.eclipse.rdf4j.common.iteration.IterationSpliterator
Deprecated.
 

G

getInstance(CloseableIteration<E>, CloseableIteration<E>) - Static method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
Deprecated.
 
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
Deprecated.
 
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
Deprecated.
Gets the next element.
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Deprecated.
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
Deprecated.
 
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(CloseableIteration<? extends E>, CloseableIteration<? extends E>) - Static method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
Deprecated.
 

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
Deprecated.
Called by AbstractCloseableIteration.close() when it is called for the first time.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Deprecated.
Closes this iteration as well as the wrapped iteration if it is a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Deprecated.
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.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
Deprecated.
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
Deprecated.
 
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.LookAheadIteration
Deprecated.
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.MinusIteration
Deprecated.
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Deprecated.
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.SilentIteration
Deprecated.
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
Deprecated.
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
Deprecated.
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.UnionIteration
Deprecated.
 
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
 
hasIterator() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Deprecated.
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Deprecated.
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Deprecated.
Checks whether the source type iteration contains more elements.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Deprecated.
Calls the hasNext method of the underlying iteration.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
Deprecated.
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
Deprecated.
 
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
Deprecated.
 
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.IteratorIteration
Deprecated.
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.LimitIteration
Deprecated.
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
Deprecated.
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.SilentIteration
Deprecated.
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
Deprecated.
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
Deprecated.
 
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

inIncludeSet(E) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
Deprecated.
 
IntersectIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
IntersectIteration(CloseableIteration<? extends E>, CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.IntersectIteration
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
 
isClosed() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Deprecated.
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
Deprecated.
Iterations() - Constructor for class org.eclipse.rdf4j.common.iteration.Iterations
Deprecated.
 
IterationSpliterator<T> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
IterationSpliterator(CloseableIteration<T>) - Constructor for class org.eclipse.rdf4j.common.iteration.IterationSpliterator
Deprecated.
Creates a Spliterator implementation that wraps the supplied CloseableIteration.
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.
IteratorIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
IteratorIteration(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.IteratorIteration
Deprecated.
 

L

LimitIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
LimitIteration(CloseableIteration<? extends E>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.LimitIteration
Deprecated.
Creates a new LimitIteration.
LookAheadIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
LookAheadIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.LookAheadIteration
Deprecated.
 
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.DistinctIteration
Deprecated.
 
makeSet() - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
Deprecated.
 
MinusIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
MinusIteration(CloseableIteration<? extends E>, CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.MinusIteration
Deprecated.
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
Deprecated.
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
Deprecated.
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.CloseableIteratorIteration
Deprecated.
 
next() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Deprecated.
Returns the next element from the source type iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Deprecated.
Calls the next method of the underlying iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
Deprecated.
 
next() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
Deprecated.
 
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
Deprecated.
 
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.IteratorIteration
Deprecated.
 
next() - Method in class org.eclipse.rdf4j.common.iteration.LimitIteration
Deprecated.
 
next() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
Deprecated.
 
next() - Method in class org.eclipse.rdf4j.common.iteration.SilentIteration
Deprecated.
 
next() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
Deprecated.
 
next() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
Deprecated.
 
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
Deprecated.
OffsetIteration(CloseableIteration<? extends E>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.OffsetIteration
Deprecated.
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
Deprecated.
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
Deprecated.
QueueIteration(int) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
Deprecated.
Creates an QueueIteration with the given (fixed) capacity and default access policy.
QueueIteration(int, boolean) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
Deprecated.
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
Deprecated.
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
Deprecated.
ReducedIteration(CloseableIteration<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.ReducedIteration
Deprecated.
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Deprecated.
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Deprecated.
Calls remove() on the underlying Iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Deprecated.
Calls the remove method of the underlying iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.DualUnionIteration
Deprecated.
remove() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
Deprecated.
 
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.IterationWrapper
Deprecated.
Removes the last element that has been returned from the wrapped Iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.IteratorIteration
Deprecated.
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
Deprecated.
remove() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
Deprecated.
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
Deprecated.
 
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
Deprecated.
 

S

setIterator(Iterator<? extends E>) - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Deprecated.
 
SilentIteration<T> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
SilentIteration(CloseableIteration<T>) - Constructor for class org.eclipse.rdf4j.common.iteration.SilentIteration
Deprecated.
 
SingletonIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
SingletonIteration(E) - Constructor for class org.eclipse.rdf4j.common.iteration.SingletonIteration
Deprecated.
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
Deprecated.
Convert the results to a Java 8 Stream.
stream() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
Deprecated.
 
stream(CloseableIteration<T>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Deprecated.
Get a sequential Stream with the supplied CloseableIteration as its source.

T

throwInterruptedException() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
Deprecated.
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
Deprecated.
TimeLimitIteration(CloseableIteration<? extends E>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
Deprecated.
 
toss(Exception) - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Deprecated.
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
Deprecated.
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
Deprecated.
Converts a CloseableIteration to a string by concatenating all the string representations of objects in the iteration, divided by a separator.
tryAdvance(Consumer<? super T>) - Method in class org.eclipse.rdf4j.common.iteration.IterationSpliterator
Deprecated.
 

U

UnionIteration<E> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
UnionIteration(Iterable<? extends CloseableIteration<? extends E>>) - Constructor for class org.eclipse.rdf4j.common.iteration.UnionIteration
Deprecated.
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
Deprecated.
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