Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.functor.core.algorithm Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
DoUntilDo-until algorithm (test after).Classorg.apache.commons.functor.core.algorithmApache Commons
DoWhileDo-while algorithm (test after).Classorg.apache.commons.functor.core.algorithmApache Commons
FindWithinGeneratorReturn the first Object in a Generator matching a Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
FoldLeftFunctional left-fold algorithm against the elements of a Generator.Classorg.apache.commons.functor.core.algorithmApache Commons
FoldRightFunctional right-fold algorithm against the elements of a Generator.Classorg.apache.commons.functor.core.algorithmApache Commons
GeneratorContainsTests whether a Generator contains an element that matches a Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
IndexOfInGeneratorReturn the index of the first Object in a LoopGenerator matching a Predicate, or -1 if not found.Classorg.apache.commons.functor.core.algorithmApache Commons
InPlaceTransformClassorg.apache.commons.functor.core.algorithmApache Commons
RecursiveEvaluationTail recursion for functions.Classorg.apache.commons.functor.core.algorithmApache Commons
RemoveMatchingRemove elements from left Iterator that match right Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
RetainMatchingRetain elements in left Iterator that match right Predicate.Classorg.apache.commons.functor.core.algorithmApache Commons
UntilDoUntil-do algorithm (test before).Classorg.apache.commons.functor.core.algorithmApache Commons
WhileDoWhile-do algorithm (test before).Classorg.apache.commons.functor.core.algorithmApache Commons