org.apache.commons.collections

Interface Transformer

public interface Transformer

An object capable of transforming an input object into some output object.
Author:
James Strachan
Since:
1.0

Method Summary

Object
transform(Object input)
Transforms the input object (leaving it unchanged) into some output object.

Method Details

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-2004 Apache Software Foundation. Documenation generated ${TODAY}.