Uses of Class
info.aduna.iteration.FilterIteration

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

Uses of FilterIteration in info.aduna.collections.iterators
 

Subclasses of FilterIteration in info.aduna.collections.iterators
 class DistinctIterator<E>
          An Iterator that filters any duplicate elements from an underlying iterator.
 class FilterIterator<E>
          A CloseableIterator that wraps another iterator, applying a filter on the objects that are returned.
 class IntersectIterator<E>
          An iterator that returns the intersection of the results of two iterators.
 class MinusIterator<E>
          An iterator that returns the results of an iterator (the left argument) minus the results of another iterator (the right argument).
 class OffsetIterator<E>
          An iterator that skips the first offset elements from an underlying iterator.
 

Uses of FilterIteration in info.aduna.iteration
 

Subclasses of FilterIteration in info.aduna.iteration
 class DistinctIteration<E,X extends Exception>
          An Iteration that filters any duplicate elements from an underlying iterator.
 class IntersectIteration<E,X extends Exception>
          An Iteration that returns the intersection of the results of two Iterations.
 class MinusIteration<E,X extends Exception>
          An Iteration that returns the results of an Iteration (the left argument) minus the results of another Iteration (the right argument).
 class OffsetIteration<E,X extends Exception>
          An Iteration that skips the first offset elements from an underlying Iteration.
 



Copyright © 1997-2008 Aduna. All Rights Reserved.