Uses of Interface
org.apache.commons.math.util.NumberTransformer

Packages that use NumberTransformer
org.apache.commons.math.util Convenience routines and common data structures used throughout the commons-math library. 
 

Uses of NumberTransformer in org.apache.commons.math.util
 

Classes in org.apache.commons.math.util that implement NumberTransformer
 class DefaultTransformer
          A Default NumberTransformer for java.lang.Numbers and Numeric Strings.
 class TransformerMap
          This TansformerMap automates the transformation of of mixed object types.
 

Methods in org.apache.commons.math.util that return NumberTransformer
 NumberTransformer TransformerMap.getTransformer(Class key)
          Returns the Transformer that is mapped to a class if mapping is not present, this returns null.
 

Methods in org.apache.commons.math.util with parameters of type NumberTransformer
 boolean TransformerMap.containsTransformer(NumberTransformer value)
          Tests if a NumberTransformer is present in the TransformerMap.
 Object TransformerMap.putTransformer(Class key, NumberTransformer transformer)
          Sets a Class to Transformer Mapping in the Map.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.