Long

A java.lang.Long implementation.

Methods
static String toString(long x)
Convert a value to a String.
static String toString(long x)
Convert a value to a String.
Parameters:
x - the value
Returns:
the String

Fields
static long MAX_VALUE = 9223372036854775807L
static long MIN_VALUE = -9223372036854775808L

MIN_VALUE = -9223372036854775808L

The smallest possible value.

MAX_VALUE = 9223372036854775807L

The largest possible value.