All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
BigDecimal |
toBigDecimal(Boolean value) |
BigInteger |
toBigInteger(Boolean value) |
Boolean |
toBoolean(Boolean value,
String sourceFormat,
String targetFormat) |
Byte |
toByte(Boolean value) |
Character |
toCharacter(Boolean value) |
CharBuffer |
toCharBuffer(Boolean value,
String sourceFormat,
String targetFormat) |
CharSequence |
toCharSequence(Boolean value,
String sourceFormat,
String targetFormat) |
Double |
toDouble(Boolean value) |
Float |
toFloat(Boolean value) |
Integer |
toInteger(Boolean value) |
Long |
toLong(Boolean value) |
Number |
toNumber(Boolean value) |
Short |
toShort(Boolean value) |
String |
toString(Boolean value,
String sourceFormat,
String targetFormat) |
StringBuffer |
toStringBuffer(Boolean value,
String sourceFormat,
String targetFormat) |
StringBuilder |
toStringBuilder(Boolean value,
String sourceFormat,
String targetFormat) |