Package java.lang

Class Number

    • Constructor Detail

      • Number

        public Number()
    • Method Detail

      • byteValue

        public byte byteValue()
      • doubleValue

        public abstract double doubleValue()
      • floatValue

        public abstract float floatValue()
      • intValue

        public abstract int intValue()
      • longValue

        public abstract long longValue()
      • shortValue

        public short shortValue()