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