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