Package | Description |
---|---|
org.apache.commons.functor.core.algorithm |
Various algorithm-esque functors.
|
Class and Description |
---|
FindWithinGenerator |
GeneratorContains |
IndexOfInGenerator
Return the index of the first Object in a
LoopGenerator matching a
Predicate , 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 Predicate.
|
RetainMatching
Retain elements in left Iterator that match right Predicate.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.