|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.lang.Autoboxing
public class Autoboxing
Autoboxing.
Constructor Summary | |
---|---|
Autoboxing()
|
Method Summary | |
---|---|
static Byte |
valueOf(byte n)
Box a byte |
static Character |
valueOf(char n)
Box a char |
static Double |
valueOf(double n)
Box a double |
static Float |
valueOf(float n)
Box a float |
static Integer |
valueOf(int n)
Box an integer |
static Long |
valueOf(long n)
Box a long |
static Short |
valueOf(short n)
Box a short |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Autoboxing()
Method Detail |
---|
public static final Byte valueOf(byte n)
n
- the number
public static final Character valueOf(char n)
n
- the number
public static final Short valueOf(short n)
n
- the number
public static final Integer valueOf(int n)
n
- the number
public static final Long valueOf(long n)
n
- the number
public static final Float valueOf(float n)
n
- the number
public static final Double valueOf(double n)
n
- the number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |