AtomicLong
.
Modifier and type | Action and description |
---|---|
static com.google.common.util.concurrent.AtomicDouble | toAtomicDouble(AtomicLong) Convert the given value to AtomicDouble . |
static java.util.concurrent.atomic.AtomicInteger | toAtomicInteger(AtomicLong) Convert the given value to AtomicInteger . |
static java.math.BigDecimal | toBigDecimal(AtomicLong) Convert the given value to BigDecimal . |
static java.math.BigInteger | toBigInteger(AtomicLong) Convert the given value to BigInteger . |
static java.lang.Byte | toByte(AtomicLong) Convert the given value to Byte . |
static java.lang.Double | toDouble(AtomicLong) Convert the given value to Double . |
static java.lang.Float | toFloat(AtomicLong) Convert the given value to Float . |
static int | toInt(AtomicLong) Convert the given value to int .
Deprecated for removal since 0.11: See toInteger(AtomicLong).
|
static java.lang.Integer | toInteger(AtomicLong) Convert the given value to Integer . |
static java.lang.Long | toLong(AtomicLong) Convert the given value to Long . |
static java.lang.Long | toLongInteger(AtomicLong) Convert the given value to Long .
Deprecated for removal since 0.11: see toLong(AtomicLong)
|
static java.lang.Short | toShort(AtomicLong) Convert the given value to Short . |
def toAtomicDouble(AtomicLong) : com.google.common.util.concurrent.AtomicDouble
AtomicDouble
. This function is not null-safe.
def toAtomicInteger(AtomicLong) : java.util.concurrent.atomic.AtomicInteger
AtomicInteger
. This function is not null-safe.
def toBigDecimal(AtomicLong) : java.math.BigDecimal
BigDecimal
.
def toBigInteger(AtomicLong) : java.math.BigInteger
BigInteger
.
def toByte(AtomicLong) : java.lang.Byte
Byte
. This function is not null-safe
def toDouble(AtomicLong) : java.lang.Double
Double
. This function is not null-safe.
def toFloat(AtomicLong) : java.lang.Float
Float
. This function is not null-safe.
def toInt(AtomicLong) : int
int
. This function is not null-safe.
def toInteger(AtomicLong) : java.lang.Integer
Integer
. This function is not null-safe.
def toLong(AtomicLong) : java.lang.Long
Long
. This function is not null-safe.
def toLongInteger(AtomicLong) : java.lang.Long
Long
. This function is not null-safe.
def toShort(AtomicLong) : java.lang.Short
Short
. This function is not null-safe.