|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CloseableIteration | |
|---|---|
| info.aduna.collections.iterators | |
| info.aduna.infosource.crawl.index | |
| info.aduna.iteration | |
| Uses of CloseableIteration in info.aduna.collections.iterators |
|---|
| Classes in info.aduna.collections.iterators that implement CloseableIteration | |
|---|---|
class |
ConvertingIterator<S,T>
A CloseableIterator that converts an iterator over objects of type S (the source type) to an iterator over objects of type T (the target type). |
class |
DelayedIterator<E>
An iterator that delays the creation of the underlying iterator until it is being accessed. |
class |
DistinctIterator<E>
An Iterator that filters any duplicate elements from an underlying iterator. |
class |
EmptyIterator<E>
An iterator that does not contain any elements. |
class |
FilterIterator<E>
A CloseableIterator that wraps another iterator, applying a filter on the objects that are returned. |
class |
IntersectIterator<E>
An iterator that returns the intersection of the results of two iterators. |
class |
IteratorWrapper<E>
Abstract superclass for iterators that wrap another iterator. |
class |
LimitIterator<E>
An iterator that limits the amount of elements that it returns from an underlying iterator to a fixed amount. |
class |
LockingIterator<E>
An iterator that holds on to a lock until the iterator is closed. |
class |
LookAheadIterator<E>
An iterator that looks one element ahead, if necessary, to handle calls to LookAheadIteration.hasNext(). |
class |
MinusIterator<E>
An iterator that returns the results of an iterator (the left argument) minus the results of another iterator (the right argument). |
class |
OffsetIterator<E>
An iterator that skips the first offset elements from an underlying iterator. |
class |
SingletonIterator<E>
An iterator that contains exactly one element. |
class |
UnionIterator<E>
An iterator that returns the bag union of the results of a number of iterators. |
| Uses of CloseableIteration in info.aduna.infosource.crawl.index |
|---|
| Methods in info.aduna.infosource.crawl.index that return CloseableIteration | |
|---|---|
CloseableIteration<? extends org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException> |
LuceneSailConnection.evaluate(org.openrdf.query.algebra.TupleExpr tupleExpr,
org.openrdf.query.Dataset dataset,
org.openrdf.query.BindingSet bindings,
boolean includeInferred)
|
| Uses of CloseableIteration in info.aduna.iteration |
|---|
| Classes in info.aduna.iteration that implement CloseableIteration | |
|---|---|
class |
CloseableIterationBase<E,X extends Exception>
Base class for CloseableIterations offering common functionality. |
class |
CloseableIteratorIteration<E,X extends Exception>
An Iteration that can convert an Iterator to a
CloseableIteration. |
class |
ConvertingIteration<S,T,X extends Exception>
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). |
class |
DelayedIteration<E,X extends Exception>
An iteration that delays the creation of the underlying iteration until it is being accessed. |
class |
DistinctIteration<E,X extends Exception>
An Iteration that filters any duplicate elements from an underlying iterator. |
class |
EmptyIteration<E,X extends Exception>
An iterator that does not contain any elements. |
class |
ExceptionConvertingIteration<E,X extends Exception>
A CloseableIteration that converts an arbitrary iteration to an iteration with exceptions of type X. |
class |
FilterIteration<E,X extends Exception>
A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned. |
class |
IntersectIteration<E,X extends Exception>
An Iteration that returns the intersection of the results of two Iterations. |
class |
IterationWrapper<E,X extends Exception>
Abstract superclass for Iterations that wrap other Iterations. |
class |
LimitIteration<E,X extends Exception>
An Iteration that limits the amount of elements that it returns from an underlying Iteration to a fixed amount. |
class |
LockingIteration<E,X extends Exception>
An Iteration that holds on to a lock until the Iteration is closed. |
class |
LookAheadIteration<E,X extends Exception>
An Iteration that looks one element ahead, if necessary, to handle calls to LookAheadIteration.hasNext(). |
class |
MinusIteration<E,X extends Exception>
An Iteration that returns the results of an Iteration (the left argument) minus the results of another Iteration (the right argument). |
class |
OffsetIteration<E,X extends Exception>
An Iteration that skips the first offset elements from an underlying Iteration. |
class |
SingletonIteration<E,X extends Exception>
An Iteration that contains exactly one element. |
class |
UnionIteration<E,X extends Exception>
An Iteration that returns the bag union of the results of a number of Iterations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||