See: Description
Class | Description |
---|---|
DoUntil |
Do-until algorithm (test after).
|
DoWhile |
Do-while algorithm (test after).
|
FindWithinGenerator<E> | |
FoldLeft<T> |
Functional left-fold algorithm against the elements of a
Generator . |
FoldRight<T> |
Functional right-fold algorithm against the elements of a
Generator . |
GeneratorContains<T> | |
IndexOfInGenerator<T> |
Return the index of the first Object in a
LoopGenerator matching a
Predicate , or -1 if not found. |
InPlaceTransform<T> |
Implements an in-place transformation of a ListIterator's contents.
|
RecursiveEvaluation |
Tail recursion for
functions . |
RemoveMatching<T> |
Remove elements from left Iterator that match right Predicate.
|
RetainMatching<T> |
Retain elements in left Iterator that match right Predicate.
|
UntilDo |
Until-do algorithm (test before).
|
WhileDo |
While-do algorithm (test before).
|
Various algorithm-esque functors.
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.