Package org.jf.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 boolean isLikelyDouble​(long value)  
      static boolean isLikelyFloat​(int value)  
      • 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

      • isLikelyFloat

        public static boolean isLikelyFloat​(int value)
      • isLikelyDouble

        public static boolean isLikelyDouble​(long value)