A C D E F G H I L M N O P Q R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCloseableIteration<E,X extends Exception> - 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(Iterator<? extends E>, C) - Static method in class org.eclipse.rdf4j.common.iterator.Iterators
-
Deprecated.Adds all elements from the supplied iterator to the specified collection.
- addAll(CloseableIteration<? extends E, X>, C) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated.Adds all elements from the supplied
CloseableIterationto the specified collection then closes theCloseableIteration. - addAll(Iteration<? extends E, X>, C) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addSecondSet(Iteration<? extends E, ? extends X>, Set<E>) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
-
Deprecated.
- arg2 - Variable in class org.eclipse.rdf4j.common.iteration.IntersectIteration
-
Deprecated.
- asList(Iterator<? extends E>) - Static method in class org.eclipse.rdf4j.common.iterator.Iterators
-
Deprecated.Get a List containing all elements obtained from the specified iterator.
- asList(CloseableIteration<? extends E, X>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated.Get a List containing all elements obtained from the specified iteration.
- asList(Iteration<? extends E, X>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated, for removal: This API element is subject to removal in a future version.
- asSet(CloseableIteration<? extends E, ? extends X>, 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.
- asSet(CloseableIteration<? extends E, X>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated.Get a Set containing all elements obtained from the specified iteration.
- asSet(Iteration<? extends E, ? extends X>, Supplier<Set<E>>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated, for removal: This API element is subject to removal in a future version.
- asSet(Iteration<? extends E, X>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated, for removal: This API element is subject to removal in a future version.
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.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
- close(Iterator<?>) - Static method in class org.eclipse.rdf4j.common.iterator.Iterators
-
Deprecated.Closes the given iterator if it implements
Closeableelse do nothing. - CloseableIteration<E,X extends Exception> - Interface in org.eclipse.rdf4j.common.iteration
-
Deprecated.In the future this interface will stop extending
Iterationand 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
-
Wraps a
CloseableIterationas anIterator. - CloseableIterationIterator(CloseableIteration<? extends E, ? extends RuntimeException>) - Constructor for class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
- CloseableIterationIterator(Iteration<? extends E, ? extends RuntimeException>) - Constructor for class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
-
Deprecated, for removal: This API element is subject to removal in a future version.
- CloseableIteratorIteration<E,X extends Exception> - 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.
- closeCloseable(Iteration<?, X>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated, for removal: This API element is subject to removal in a future version.
- closeSilently(Iterator<?>) - Static method in class org.eclipse.rdf4j.common.iterator.Iterators
-
Deprecated.Closes the given iterator, swallowing any IOExceptions, if it implements
Closeableelse do nothing. - convert(Exception) - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
-
Deprecated.Converts an exception from the underlying iteration to an exception of type X.
- 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(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,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- ConvertingIteration(Iteration<? extends S, ? extends X>) - 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,X extends Exception> - 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,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- DistinctIteration(Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.DistinctIteration
-
Deprecated.Creates a new DistinctIterator.
- DistinctIteration(Iteration<? extends E, ? extends X>, 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,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
E
- EmptyIteration<E,X extends Exception> - 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 Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- ExceptionConvertingIteration(Iteration<? extends E, ? extends Exception>) - Constructor for class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
-
Deprecated.Creates a new ExceptionConvertingIteration that operates on the supplied iteration.
F
- FilterIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- FilterIteration(Iteration<? extends E, ? extends X>) - 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, X>, CloseableIteration<E, X>) - 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, X>, CloseableIteration<? extends E, X>) - 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 interface org.eclipse.rdf4j.common.iteration.Iteration
-
Deprecated.Returns true if the iteration has more elements.
- 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,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- IntersectIteration(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>) - 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(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>, 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(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>, 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(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>, 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.
- Iteration<E,X extends Exception> - Interface in org.eclipse.rdf4j.common.iteration
-
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. Use CloseableIteration instead, even if your iteration doesn't require AutoCloseable.
- 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(Iteration<T, ? extends Exception>) - Constructor for class org.eclipse.rdf4j.common.iteration.IterationSpliterator
-
Deprecated.Creates a
Spliteratorimplementation that wraps the suppliedIteration. - IterationWrapper<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- IterationWrapper(Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.IterationWrapper
-
Deprecated.Creates a new IterationWrapper that operates on the supplied Iteration.
- IteratorIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- IteratorIteration(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.IteratorIteration
-
Deprecated.
- Iterators - Class in org.eclipse.rdf4j.common.iterator
-
Deprecated, for removal: This API element is subject to removal in a future version.use Commons Collections or Guava instead.
- Iterators() - Constructor for class org.eclipse.rdf4j.common.iterator.Iterators
-
Deprecated.
L
- LimitIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- LimitIteration(Iteration<? extends E, X>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.LimitIteration
-
Deprecated.Creates a new LimitIteration.
- LookAheadIteration<E,X extends Exception> - 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,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- MinusIteration(Iteration<? extends E, X>, Iteration<? extends E, X>) - 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(Iteration<? extends E, X>, Iteration<? extends E, X>, 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(Iteration<? extends E, X>, Iteration<? extends E, X>, 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 interface org.eclipse.rdf4j.common.iteration.Iteration
-
Deprecated.Returns the next element in the iteration.
- 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,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- OffsetIteration(Iteration<? extends E, X>, 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 Exception> - 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(int, boolean, WeakReference<?>) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
-
Deprecated, for removal: This API element is subject to removal in a future version.WeakReference is no longer supported as a way to automatically close this iteration. The recommended approach to automatically closing an iteration on garbage collection is to use a
Cleaner. - QueueIteration(int, WeakReference<?>) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
-
Deprecated, for removal: This API element is subject to removal in a future version.WeakReference is no longer supported as a way to automatically close this iteration. The recommended approach to automatically closing an iteration on garbage collection is to use a
Cleaner. - QueueIteration(BlockingQueue<E>) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
-
Deprecated.Creates an QueueIteration with the given
BlockingQueueas its backing queue.
It may not be threadsafe to modify or access the givenBlockingQueuefrom other locations. - QueueIteration(BlockingQueue<E>, WeakReference<?>) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
-
Deprecated, for removal: This API element is subject to removal in a future version.WeakReference is no longer supported as a way to automatically close this iteration. The recommended approach to automatically closing an iteration on garbage collection is to use a
Cleaner.
R
- ReducedIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- ReducedIteration(Iteration<? extends E, ? extends X>) - 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.Throws an
UnsupportedOperationException. - 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 interface org.eclipse.rdf4j.common.iteration.Iteration
-
Deprecated.Removes from the underlying collection the last element returned by the iteration (optional operation).
- 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.Throws an
UnsupportedOperationException. - 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
-
Throws an
UnsupportedOperationException. - 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,E extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- SilentIteration(CloseableIteration<T, E>) - Constructor for class org.eclipse.rdf4j.common.iteration.SilentIteration
-
Deprecated.
- SingletonIteration<E,X extends Exception> - 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() - Method in interface org.eclipse.rdf4j.common.iteration.Iteration
-
Deprecated.Convert the results to a Java 8 Stream.
- stream(CloseableIteration<T, ? extends Exception>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated.Get a sequential
Streamwith the suppliedCloseableIterationas its source. - stream(Iteration<T, ? extends Exception>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated, for removal: This API element is subject to removal in a future version.
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,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- TimeLimitIteration(Iteration<? extends E, ? extends X>, 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(Iterator<?>, String) - Static method in class org.eclipse.rdf4j.common.iterator.Iterators
-
Deprecated.Converts an iterator to a string by concatenating all of the string representations of objects in the iterator, divided by a separator.
- toString(Iterator<?>, String, StringBuilder) - Static method in class org.eclipse.rdf4j.common.iterator.Iterators
-
Deprecated.Converts an iterator to a string by concatenating all of the string representations of objects in the iterator, divided by a separator.
- toString(CloseableIteration<?, X>, String) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated.Converts a
CloseableIterationto a string by concatenating all the string representations of objects in the iteration, divided by a separator. - toString(CloseableIteration<?, X>, String, StringBuilder) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated.Converts a
CloseableIterationto a string by concatenating all the string representations of objects in the iteration, divided by a separator. - toString(Iteration<?, X>, String) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated, for removal: This API element is subject to removal in a future version.
- toString(Iteration<?, X>, String, StringBuilder) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
-
Deprecated, for removal: This API element is subject to removal in a future version.
- tryAdvance(Consumer<? super T>) - Method in class org.eclipse.rdf4j.common.iteration.IterationSpliterator
-
Deprecated.
U
- UnionIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
-
Deprecated.
- UnionIteration(Iterable<? extends Iteration<? extends E, X>>) - 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(Iteration<? extends E, X>...) - 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.
All Classes All Packages