org.jbind.util.collection
Interface TransformingIterator.ITransformation
- Enclosing interface:
- TransformingIterator
- public static interface TransformingIterator.ITransformation
Interface which must be implemented in order to decide wheter objects
should be included in the iteration or not.
Method Summary |
java.lang.Object |
transform(java.lang.Object anObject)
Transforms the iterated objects. |
transform
public java.lang.Object transform(java.lang.Object anObject)
- Transforms the iterated objects.
- Returns:
- (optional). A transformed object.