Class NumberUtils


  • public abstract class NumberUtils
    extends java.lang.Object
    Author:
    yihua.huang@dianping.com
    • Constructor Summary

      Constructors 
      Constructor Description
      NumberUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int compareLong​(long o1, long o2)  
      • 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

      • compareLong

        public static int compareLong​(long o1,
                                      long o2)