org.stringtree.util
Class FloatNumberUtils

java.lang.Object
  extended by org.stringtree.util.FloatNumberUtils

public class FloatNumberUtils
extends java.lang.Object


Constructor Summary
FloatNumberUtils()
           
 
Method Summary
static double doubleValue(java.lang.Object s)
           
static double doubleValue(java.lang.Object obj, double dfl)
           
static float floatValue(java.lang.Object s)
           
static float floatValue(java.lang.Object obj, float dfl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatNumberUtils

public FloatNumberUtils()
Method Detail

floatValue

public static float floatValue(java.lang.Object obj,
                               float dfl)

floatValue

public static float floatValue(java.lang.Object s)

doubleValue

public static double doubleValue(java.lang.Object obj,
                                 double dfl)

doubleValue

public static double doubleValue(java.lang.Object s)