org.apache.commons.collections
Interface Transformer
public interface Transformer
An object capable of transforming an input object into some output object.
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.
- the transformation of the input object to the output object
Copyright © 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}.