Class NumberUtil


  • public class NumberUtil
    extends java.lang.Object
    This file is a helper class for internal usage only. Be aware that its API and functionality may be changed in future.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NumberUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Float asFloat​(java.lang.Object obj)  
      static java.lang.Integer asInteger​(java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

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

      • NumberUtil

        private NumberUtil()
    • Method Detail

      • asFloat

        public static java.lang.Float asFloat​(java.lang.Object obj)
      • asInteger

        public static java.lang.Integer asInteger​(java.lang.Object obj)