Package org.apache.commons.functor.core.collection

Collection-based functors, algorithms and utilities.

See:
          Description

Class Summary
FilteredIterable<T> Adds a fluent filtering API to any Iterable.
FilteredIterator<T> Iterator that filters another Iterator by only passing through those elements that are matched by a specified UnaryPredicate.
IsElementOf<L,R> A BinaryPredicate that checks to see if the specified object is an element of the specified Collection.
IsEmpty<A>  
Size<A> Returns the size of the specified Collection, or the length of the specified array or String.
TransformedIterator<E,T> Iterator that transforms another Iterator by applying a UnaryFunction to each returned element.
 

Package org.apache.commons.functor.core.collection Description

Collection-based functors, algorithms and utilities.



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.