|
RoboJDETM v1.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Long
Class to represent a long as an immutable object.
| Field Summary | |
static long |
MAX_VALUE
Maximum positive long. |
static long |
MIN_VALUE
Minimum (most negative) long. |
| Constructor Summary | |
Long(long value)
Constructs a Long object. |
|
| Method Summary | |
long |
longValue()
Returns the long value of this object. |
static String |
toHexString(long value)
Returns a hexadecimal String representation of the specified long. |
String |
toString()
Returns a String representation of this Long. |
static String |
toString(long value)
Returns a String representation of the specified long. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait |
| Field Detail |
public static final long MAX_VALUE
public static final long MIN_VALUE
| Constructor Detail |
public Long(long value)
value - long value| Method Detail |
public long longValue()
public static String toHexString(long value)
value - long value
public String toString()
toString in class Objectpublic static String toString(long value)
value - long value
|
RoboJDETM v1.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||