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.


Constructor Index

 o Types()

Method Index

 o charToInt(char)
 o intToChar(int)

Constructors

 o Types
 protected Types()

Methods

 o intToChar
 public static char intToChar(int i)
Returns:
if the parameter is between 0 and 0xffff a char value, otherwise throw an exception
 o charToInt
 public static int charToInt(char c)
Returns:
an int value

All Packages  Class Hierarchy  This Package  Previous  Next  Index