Long
Class Long
- java.lang.Object
-
- java-lang-Number
-
- java.lang.Long
- All Implemented Interfaces:
- Serializable, Comparable<Long>
public final class Long extends Number implements Comparable<Long>
The Long
class wraps a value of the primitive type long
in an object. An object of type Long
contains a single field whose type is long
.
In addition, this class provides several methods for converting a long
t