Class cryptiX.utils.Convert
All Packages Class Hierarchy This Package Previous Next Index
Class cryptiX.utils.Convert
java.lang.Object
|
+----cryptiX.utils.Convert
- public class Convert
- extends Object
-
convert(Object, Class)
- Converts the given Java object to another object of the given class.
convert
public static Object convert(Object object,
Class type)
- Converts the given Java object to another object of the given class.
- Parameters:
- object - The object to convert
- type - The type of conversion result
- Returns:
- an object representing the same value as object,
but being of class type
All Packages Class Hierarchy This Package Previous Next Index