Class Cast
- java.lang.Object
-
- org.antublue.test.engine.internal.util.Cast
-
public final class Cast extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Tcast(Object object)Method to cast an Object to a another Object
-
-
-
Method Detail
-
cast
public static <T> T cast(Object object)
Method to cast an Object to a another Object- Type Parameters:
T-- Parameters:
object-- Returns:
-
-