Package net.sf.molae.pipe.filter

This package contains classes around the filtering iterator.

See:
          Description

Class Summary
FilteredCollection Implements a collection that contains all elements of a base collection that match a filter condition.
FilterIterator Provides an Iterator that returns only the items that fulfil a specific condition.
HeadIterator Returns all elements of the base iterator while the elements fulfil a specific condition.
KeyFilter Applies the given filter to the key of map entries.
KeyFilteredMap Implements a map that contains all entries of a base map of which the key matches a filter condition.
Not The negation of the base predicate.
TransformedFilter Calls a transformer before calling the predicate.
 

Package net.sf.molae.pipe.filter Description

This package contains classes around the filtering iterator.

Since:
1.0