| |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Long
Field Summary | |
private final | value |
Constructor Summary | |
Long(long value) |
Method Summary | |
public long | longValue() |
public static Long | valueOf(long b) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final long value
Constructor Detail |
public Long(long value)
Method Detail |
public long longValue()
public static Long valueOf(long b)
| |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |