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