Package com.uc4.util

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 int parseInt​(java.lang.String string, int 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

      • parseInt

        public static int parseInt​(java.lang.String string,
                                   int defaultValue)