|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.slim3.commons.util.LongUtil
public final class LongUtil
A utility class for Long
.
Method Summary | |
---|---|
static Long |
toLong(Object o)
Converts the object to Long . |
static long |
toPrimitiveLong(Object o)
Converts the object to primitive long. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Long toLong(Object o)
Long
.
o
- the object
public static long toPrimitiveLong(Object o)
o
- the object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |