| Package | Description |
|---|---|
| info.aduna.iteration | |
| org.openrdf.query.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DistinctIteration<E,X extends Exception>
An Iteration that filters any duplicate elements from an underlying iterator.
|
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 |
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 |
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 |
ReducedIteration<E,X extends Exception>
Removes consecutive duplicates from the object stream.
|
class |
TimeLimitIteration<E,X extends Exception> |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphQueryResultImpl
An utility implementation of the
GraphQueryResult interface. |
class |
TupleQueryResultImpl
A generic implementation of the
TupleQueryResult interface. |
Copyright © 2001-2013 Aduna. All Rights Reserved.