|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.Primitives
Constructor Summary | |
Primitives()
|
Method Summary | |
static Method |
getTypeMethod(String typeName)
|
static boolean |
returnBoolean()
|
static byte |
returnByte()
|
static char |
returnCharacter()
|
static double |
returnDouble()
|
static float |
returnFloat()
|
static int |
returnInteger()
|
static long |
returnLong()
|
static short |
returnShort()
|
static void |
returnVoid()
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Primitives()
Method Detail |
public static char returnCharacter()
public static byte returnByte()
public static int returnInteger()
public static short returnShort()
public static long returnLong()
public static float returnFloat()
public static double returnDouble()
public static void returnVoid()
public static boolean returnBoolean()
public static Method getTypeMethod(String typeName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |