All Packages Class Hierarchy This Package Previous Next Index
Class pnuts.lang.Types
pnuts.lang.Types
- public class Types
A utiliry class for type manupilation.
-
Types()
-
-
charToInt(char)
-
-
intToChar(int)
-
Types
protected Types()
intToChar
public static char intToChar(int i)
- Returns:
- if the parameter is between 0 and 0xffff a char value, otherwise throw an exception
charToInt
public static int charToInt(char c)
- Returns:
- an int value
All Packages Class Hierarchy This Package Previous Next Index