Uses of Package
org.apache.commons.functor.core.algorithm
-
Packages that use org.apache.commons.functor.core.algorithm Package Description 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 Class Description FindWithinGenerator Return the first Object in aGeneratormatching aUnaryPredicate.GeneratorContains Tests whether aGeneratorcontains an element that matches aUnaryPredicate.IndexOfInGenerator Return the index of the first Object in aGeneratormatching aUnaryPredicate, or -1 if not found.InPlaceTransform Implements an in-place transformation of a ListIterator's contents.PredicatedLoop Base class for predicated procedure algorithms.RemoveMatching Remove elements from left Iterator that match right UnaryPredicate.RetainMatching Retain elements in left Iterator that match right UnaryPredicate.