| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| 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. | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| 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(). | 
| Class and Description | 
|---|
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls to  LookAheadIteration.hasNext(). | 
| QueueIteration Makes working with a queue easier by adding the methods  QueueIteration.done()andQueueIteration.toss(Exception)and after
 converting the Exception to the required type usingQueueIteration.convert(Exception). | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| ConvertingIteration 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). | 
| ExceptionConvertingIteration A CloseableIteration that converts an arbitrary iteration to an iteration with exceptions of type X. | 
| 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(). | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls to  LookAheadIteration.hasNext(). | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls to  LookAheadIteration.hasNext(). | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| Iterations This class consists exclusively of static methods that operate on or return Iterations. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls to  LookAheadIteration.hasNext(). | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| CloseableIteratorIteration An Iteration that can convert an  Iteratorto aCloseableIteration. | 
| ConvertingIteration 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). | 
| DelayedIteration An iteration that delays the creation of the underlying iteration until it is being accessed. | 
| 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(). | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| DelayedIteration An iteration that delays the creation of the underlying iteration until it is being accessed. | 
| DistinctIteration An Iteration that filters any duplicate elements from an underlying iterator. | 
| FilterIteration A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned. | 
| IntersectIteration An Iteration that returns the intersection of the results of two Iterations. | 
| 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(). | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| 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(). | 
| QueueIteration Makes working with a queue easier by adding the methods  QueueIteration.done()andQueueIteration.toss(Exception)and after
 converting the Exception to the required type usingQueueIteration.convert(Exception). | 
| TimeLimitIteration | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| 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. | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| Class and Description | 
|---|
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| Class and Description | 
|---|
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| ConvertingIteration 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). | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls to  LookAheadIteration.hasNext(). | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| 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. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls to  LookAheadIteration.hasNext(). | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls to  LookAheadIteration.hasNext(). | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| 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(). | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| IteratorIteration | 
| Class and Description | 
|---|
| AbstractCloseableIteration Base class for  CloseableIterations offering common functionality. | 
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| LookAheadIteration An Iteration that looks one element ahead, if necessary, to handle calls to  LookAheadIteration.hasNext(). | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Iteration An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
| Class and Description | 
|---|
| CloseableIteration An  Iterationthat can be closed to free resources that it is holding. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.