Uses of Class
info.aduna.iteration.LookAheadIteration

Packages that use LookAheadIteration
info.aduna.collections.iterators   
info.aduna.iteration   
 

Uses of LookAheadIteration in info.aduna.collections.iterators
 

Subclasses of LookAheadIteration in info.aduna.collections.iterators
 class LookAheadIterator<E>
          An iterator that looks one element ahead, if necessary, to handle calls to hasNext().
 class UnionIterator<E>
          An iterator that returns the bag union of the results of a number of iterators.
 

Uses of LookAheadIteration in info.aduna.iteration
 

Subclasses of LookAheadIteration in info.aduna.iteration
 class UnionIteration<E,X extends Exception>
          An Iteration that returns the bag union of the results of a number of Iterations.
 



Copyright © 1997-2008 Aduna. All Rights Reserved.