|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jac.util.Classes
Constructor Summary | |
Classes()
|
Method Summary | |
static Object[] |
convertPrimitiveArray(Object primitiveArray)
Convert an array of a primitive type to an array of Object. |
static Class |
getPrimitiveTypeWrapper(Class type)
Return the java.lang type wrapped for a primitive type. |
static String |
getPrimitiveTypeWrapper(String type)
Return the java.lang type wrapped for a primitive type. |
static boolean |
isPrimitiveType(String type)
Return the java.lang type wrapped for a primitive type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Classes()
Method Detail |
public static Class getPrimitiveTypeWrapper(Class type)
type
- the type you want the wrapper type for.
public static String getPrimitiveTypeWrapper(String type)
type
- the type you want the wrapper type for.
public static boolean isPrimitiveType(String type)
type
- the type you want the wrapper type for.
public static Object[] convertPrimitiveArray(Object primitiveArray)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |