| java.lang.Object org.apache.commons.collections.functors.NOPTransformer
NOPTransformer | public class NOPTransformer implements Transformer,Serializable(Code) | | Transformer implementation that does nothing.
since: Commons Collections 3.0 version: $Revision: 348444 $ $Date: 2005-11-23 14:06:56 +0000 (Wed, 23 Nov 2005) $ author: Stephen Colebourne |
getInstance | public static Transformer getInstance()(Code) | | Factory returning the singleton instance.
the singleton instance since: Commons Collections 3.1 |
transform | public Object transform(Object input)(Code) | | Transforms the input to result by doing nothing.
Parameters: input - the input object to transform the transformed result which is the input |
|
|