|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.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(java.lang.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 java.lang.String |
toString(boolean b)
Converts the given boolean to a String. |
static java.lang.String |
toString(char c)
Converts the given char to a String. |
static java.lang.String |
toString(float f)
Converts the given float to a String. |
static java.lang.String |
toString(int i)
Converts the given int to a String. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static int toInt(java.lang.String s)
public static java.lang.String toString(boolean b)
public static java.lang.String toString(char c)
public static int toIntBitwise(float f)
public static float toFloatBitwise(int i)
public static java.lang.String toString(float f)
public static java.lang.String toString(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |