|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
waba.lang.Object | +--waba.sys.Convert
Convert is used to convert between objects and basic types.
Method Summary | |
static float |
toFloatBitwise(int i)
Converts the given IEEE 754 bit representation of a float to a float. |
static int |
toInt(String s)
Converts the given String to an int. |
static int |
toIntBitwise(float f)
Converts the given float to its bit representation in IEEE 754 format. |
static String |
toString(boolean b)
Converts the given boolean to a String. |
static String |
toString(char c)
Converts the given char to a String. |
static String |
toString(float f)
Converts the given float to a String. |
static String |
toString(int i)
Converts the given int to a String. |
Methods inherited from class waba.lang.Object |
toString |
Method Detail |
public static int toInt(String s)
public static String toString(boolean b)
public static String toString(char c)
public static int toIntBitwise(float f)
public static float toFloatBitwise(int i)
public static String toString(float f)
public static String toString(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |