This TansformerMap automates the transformation of of mixed object types.
It provides a means to set NumberTransformers that will be selected
based on the Class of the object handed to the Maps
double transform(Object o) method.
version: $Revision: 348519 $ $Date: 2005-11-23 12:12:18 -0700 (Wed, 23 Nov 2005) $
Returns the Transformer that is mapped to a class
if mapping is not present, this returns null.
Parameters: key - The Class of the object the mapped NumberTransformer or null.
Sets a Class to Transformer Mapping in the Map. If
the Class is already present, this overwrites that
mapping.
Parameters: key - The Class Parameters: transformer - The NumberTransformer the replaced transformer if one is present