Long

Undocumented in source.

Constructors

this
this(long value)
Undocumented in source.
this
this(String str)
Undocumented in source.

Members

Functions

byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source. Be warned that the author may not have intended to support it.
floatValue
float floatValue()
Undocumented in source. Be warned that the author may not have intended to support it.
intValue
int intValue()
Undocumented in source. Be warned that the author may not have intended to support it.
longValue
long longValue()
Undocumented in source. Be warned that the author may not have intended to support it.
shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

TYPE
Class TYPE()
Undocumented in source. Be warned that the author may not have intended to support it.
parseLong
long parseLong(String s, int radix)
Undocumented in source. Be warned that the author may not have intended to support it.
parseLong
long parseLong(String s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString(long i)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

MAX_VALUE
long MAX_VALUE;
Undocumented in source.
MIN_VALUE
long MIN_VALUE;
Undocumented in source.

Inherited Members

From Number

byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source.
floatValue
float floatValue()
Undocumented in source.
intValue
int intValue()
Undocumented in source.
longValue
long longValue()
Undocumented in source.
shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta