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