org.apache.commons.collections
Interface Transformer
- public interface Transformer
An object capable of transforming an input object into some output object.
- Since:
- 1.0
- 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-2002 Apache Software Foundation. Documenation generated February 22 2003.