| Package | Description |
|---|---|
| info.aduna.iteration |
| Class and Description |
|---|
| CloseableIteration
An
Iteration that can be closed to free resources that it is holding. |
| CloseableIterationBase
Base class for
CloseableIterations offering common functionality. |
| FilterIteration
A CloseableIteration that wraps another Iteration, applying a filter on the
objects that are returned.
|
| Iteration
An Iteration is a typed Iterator-like object that can throw (typed)
Exceptions while iterating.
|
| IterationWrapper
Abstract superclass for Iterations that wrap other Iterations.
|
| LookAheadIteration
An Iteration that looks one element ahead, if necessary, to handle calls to
LookAheadIteration.hasNext(). |
Copyright © 2001-2014 Aduna. All Rights Reserved.