|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.java.lang.Long
public class Long
A java.lang.Long implementation.
| Field Summary | |
|---|---|
static long |
MAX_VALUE
The largest possible value. |
static long |
MIN_VALUE
The smallest possible value. |
| Constructor Summary | |
|---|---|
Long()
|
|
| Method Summary | |
|---|---|
static String |
toString(long x)
Convert a value to a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long MIN_VALUE
public static final long MAX_VALUE
| Constructor Detail |
|---|
public Long()
| Method Detail |
|---|
public static String toString(long x)
x - the value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||