public class TypeHelper
extends java.lang.Object
| Constructor and Description |
|---|
TypeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
uncheckedCast(java.lang.Object x)
This method can be used by code that is deliberately violating the allowed
checked casts.
|
T - The output type.x - The object to be casted.