Class CypherNumber

    • Constructor Summary

      Constructors 
      Constructor Description
      CypherNumber()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract double doubleValue()
      获取double类型的对象值。
      abstract long longValue()
      获取long类型的对象值。
      • Methods inherited from class java.lang.Object

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

      • CypherNumber

        public CypherNumber()
    • Method Detail

      • doubleValue

        public abstract double doubleValue()
        获取double类型的对象值。
        Returns:
        double类型的对象值。
      • longValue

        public abstract long longValue()
        获取long类型的对象值。
        Returns:
        long类型的对象值。