Package | Description |
---|---|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
static Class |
JavaClassHelper.getArithmaticCoercionType(Class typeOne,
Class typeTwo)
Returns the coercion type for the 2 numeric types for use in arithmatic.
|
static Class |
JavaClassHelper.getCommonCoercionType(Class[] types)
Determines a common denominator type to which one or more types can be casted or coerced.
|
static Class |
JavaClassHelper.getCompareToCoercionType(Class typeOne,
Class typeTwo)
Returns for 2 classes to be compared via relational operator the Class type of
common comparison.
|