| Package | Description |
|---|---|
| org.eclipse.rdf4j.common.iteration |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueIteration<E,T extends Exception>
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). |
class |
UnionIteration<E,X extends Exception>
An Iteration that returns the bag union of the results of a number of Iterations.
|
Copyright © 2015-2017 Eclipse Foundation. All Rights Reserved.