Uses of Package
info.aduna.iteration

Packages that use info.aduna.iteration
info.aduna.collections.iterators   
info.aduna.infosource.crawl.index   
info.aduna.iteration   
 

Classes in info.aduna.iteration used by info.aduna.collections.iterators
CloseableIteration
          An Iteration that can be closed to free resources that it is holding.
CloseableIterationBase
          Base class for CloseableIterations offering common functionality.
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.
DistinctIteration
          An Iteration that filters any duplicate elements from an underlying iterator.
EmptyIteration
          An iterator that does not contain any elements.
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.
LimitIteration
          An Iteration that limits the amount of elements that it returns from an underlying Iteration to a fixed amount.
LockingIteration
          An Iteration that holds on to a lock until the Iteration is closed.
LookAheadIteration
          An Iteration that looks one element ahead, if necessary, to handle calls to LookAheadIteration.hasNext().
MinusIteration
          An Iteration that returns the results of an Iteration (the left argument) minus the results of another Iteration (the right argument).
OffsetIteration
          An Iteration that skips the first offset elements from an underlying Iteration.
SingletonIteration
          An Iteration that contains exactly one element.
UnionIteration
          An Iteration that returns the bag union of the results of a number of Iterations.
 

Classes in info.aduna.iteration used by info.aduna.infosource.crawl.index
CloseableIteration
          An Iteration that can be closed to free resources that it is holding.
 

Classes in info.aduna.iteration used by info.aduna.iteration
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 © 1997-2008 Aduna. All Rights Reserved.