public abstract class Types extends Object
static <T> T
cast(Object o)
T
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> T cast(Object o)
This method will throw ClassCastException if o is not compatible with T.
ClassCastException
o