Class NumberUtils


  • public class NumberUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NumberUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static float toFloat​(java.lang.String str, float defaultValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumberUtils

        public NumberUtils()
    • Method Detail

      • toFloat

        public static float toFloat​(java.lang.String str,
                                    float defaultValue)