Method Summary |
|
final public static void | checkType(Object obj, Class type) |
final public static Boolean | coerceToBoolean(Object obj) |
final public static Character | coerceToCharacter(Object obj) |
final public static Enum | coerceToEnum(Object obj, Class type) |
final public static Number | coerceToNumber(Object obj) |
final protected static Number | coerceToNumber(Number number, Class type) |
final public static Number | coerceToNumber(Object obj, Class type) |
final protected static Number | coerceToNumber(String val, Class type) |
final public static String | coerceToString(Object obj) |
final public static Object | coerceToType(Object obj, Class type) |
final public static int | compare(Object obj0, Object obj1) |
final public static boolean | containsNulls(Object[] obj) |
final public static boolean | equals(Object obj0, Object obj1) |
final public static boolean | isBigDecimalOp(Object obj0, Object obj1) |
final public static boolean | isBigIntegerOp(Object obj0, Object obj1) |
final public static boolean | isDoubleOp(Object obj0, Object obj1) |
final public static boolean | isDoubleStringOp(Object obj0, Object obj1) |
final public static boolean | isLongOp(Object obj0, Object obj1) |
final public static boolean | isStringFloat(String str) |
final public static void | throwUnhandled(Object base, Object property) |
final public static Number | toFloat(String value) |
final public static Number | toNumber(String value) |