Uses of Class
info.aduna.iteration.ConvertingIteration

Packages that use ConvertingIteration
info.aduna.collections.iterators   
 

Uses of ConvertingIteration in info.aduna.collections.iterators
 

Subclasses of ConvertingIteration in info.aduna.collections.iterators
 class ConvertingIterator<S,T>
          A CloseableIterator that converts an iterator over objects of type S (the source type) to an iterator over objects of type T (the target type).
 



Copyright © 1997-2008 Aduna. All Rights Reserved.