public class DefaultCoercions extends Object
| Constructor and Description |
|---|
DefaultCoercions() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
toBoolean(String a) |
static Double |
toDouble(Float a) |
static Double |
toDouble(Integer a) |
static Double |
toDouble(Long a) |
static Double |
toDouble(String a) |
static Float |
toFloat(Double a) |
static Float |
toFloat(Integer a) |
static Float |
toFloat(Long a) |
static Float |
toFloat(String s) |
static Integer |
toInteger(Double a) |
static Integer |
toInteger(Float a) |
static Integer |
toInteger(Long a) |
static Integer |
toInteger(String a) |
static Long |
toLong(Double a) |
static Long |
toLong(Float a) |
static Long |
toLong(Integer a) |
static Long |
toLong(String a) |
Copyright © 2013. All Rights Reserved.