Java org.apache.commons.collections15 TransformerUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections15 TransformerUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections15 TransformerUtils.

The text is from its open source code.

Method

TransformermapTransformer(Map map)
Creates a Transformer that uses the passed in Map to transform the input object (as a simple lookup).
TransformernopTransformer()
Gets a transformer that returns the input object.
TransformernullTransformer()
Gets a transformer that always returns null.