org.apache.commons.collections
Interface Transformer
- public interface Transformer
An object capable of transforming an input object into some output object.
- Author:
- James Strachan
Method Summary |
Object |
transform(Object input)
Transforms the input object (leaving it unchanged) into some output object. |
transform
public Object transform(Object input)
- Transforms the input object (leaving it unchanged) into some output object.
- Returns:
- the transformation of the input object to the output object
Copyright © 2001 Apache Software Foundation. Documenation generated April 2 2002.