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
 java.lang.Object transform(java.lang.Object input)
          Transforms the input object (leaving it unchanged) into some output object.
 

Method Detail

transform

public java.lang.Object transform(java.lang.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 The Apache Software Foundation. All Rights Reserved.