Uses of Package
org.apache.commons.functor.core.algorithm
Packages that use org.apache.commons.functor.core.algorithm
-
Classes in org.apache.commons.functor.core.algorithm used by org.apache.commons.functor.core.algorithmClassDescriptionReturn the first Object in a
Generatormatching aUnaryPredicate.Tests whether aGeneratorcontains an element that matches aUnaryPredicate.Return the index of the first Object in aGeneratormatching aUnaryPredicate, or -1 if not found.Implements an in-place transformation of a ListIterator's contents.Base class for predicated procedure algorithms.Remove elements from left Iterator that match right UnaryPredicate.Retain elements in left Iterator that match right UnaryPredicate.