Package org.apache.commons.functor.core.collection
Collection-based functors, algorithms and utilities.
-
Class Summary Class Description FilteredIterable<T> Adds a fluent filtering API to anyIterable.FilteredIterator<T> Iterator that filters another Iterator by only passing through those elements that are matched by a specified UnaryPredicate.IsElementOf<L,R> ABinaryPredicatethat 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.