byte.
| Modifier and type | Action and description |
|---|---|
| static com.google.common.util.concurrent.AtomicDouble | toAtomicDouble(byte)
Convert the given value to AtomicDouble. |
| static java.util.concurrent.atomic.AtomicInteger | toAtomicInteger(byte)
Convert the given value to AtomicInteger. |
| static java.util.concurrent.atomic.AtomicLong | toAtomicLong(byte)
Convert the given value to AtomicLong. |
| static java.math.BigDecimal | toBigDecimal(byte)
Convert the given value to BigDecimal. |
| static java.math.BigInteger | toBigInteger(byte)
Convert the given value to BigInteger. |
| static java.lang.Double | toDouble(byte)
Convert the given value to Double. |
| static java.lang.Float | toFloat(byte)
Convert the given value to Float. |
| static java.lang.Integer | toInteger(byte)
Convert the given value to Integer. |
| static java.lang.Long | toLong(byte)
Convert the given value to Long. |
| static java.lang.Short | toShort(byte)
Convert the given value to Short. |
| static java.lang.String | toString(byte)
Convert the given value to String. |
def toAtomicDouble(byte) : com.google.common.util.concurrent.AtomicDouble
AtomicDouble.
def toAtomicInteger(byte) : java.util.concurrent.atomic.AtomicInteger
AtomicInteger.
def toAtomicLong(byte) : java.util.concurrent.atomic.AtomicLong
AtomicLong.
def toBigDecimal(byte) : java.math.BigDecimal
BigDecimal.
def toBigInteger(byte) : java.math.BigInteger
BigInteger.
def toDouble(byte) : java.lang.Double
Double.
def toFloat(byte) : java.lang.Float
Float.
def toInteger(byte) : java.lang.Integer
Integer.
def toLong(byte) : java.lang.Long
Long.
def toShort(byte) : java.lang.Short
Short.
def toString(byte) : java.lang.String
String.