Uses of Package
org.apache.commons.functor.core.algorithm

Packages that use org.apache.commons.functor.core.algorithm
org.apache.commons.functor.core.algorithm Various algorithm-esque functors. 
 

Classes in org.apache.commons.functor.core.algorithm used by org.apache.commons.functor.core.algorithm
FindWithinGenerator
          Return the first Object in a Generator matching a UnaryPredicate.
GeneratorContains
          Tests whether a Generator contains an element that matches a UnaryPredicate.
IndexOfInGenerator
          Return the index of the first Object in a Generator matching a UnaryPredicate, or -1 if not found.
InPlaceTransform
          Implements an in-place transformation of a ListIterator's contents.
RemoveMatching
          Remove elements from left Iterator that match right UnaryPredicate.
RetainMatching
          Retain elements in left Iterator that match right UnaryPredicate.
 



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