Uses of Class
java.lang.Number
-
Packages that use Number Package Description java.lang -
-
Uses of Number in java.lang
Subclasses of Number in java.lang Modifier and Type Class Description class
Byte
The wrapper for the primitive typebyte
.class
Double
The wrapper for the primitive typedouble
.class
Float
The wrapper for the primitive typefloat
.class
Integer
The wrapper for the primitive typeint
.class
Long
The wrapper for the primitive typelong
.class
Short
The wrapper for the primitive typeshort
.
-