AtomicDouble.
| Modifier and type | Action and description |
|---|---|
| static java.util.concurrent.atomic.AtomicInteger | toAtomicInteger(AtomicDouble)
Convert the given value to AtomicInteger. |
| static java.util.concurrent.atomic.AtomicLong | toAtomicLong(AtomicDouble)
Convert the given value to AtomicLong. |
| static java.math.BigDecimal | toBigDecimal(AtomicDouble)
Convert the given value to BigDecimal. |
| static java.math.BigInteger | toBigInteger(AtomicDouble)
Convert the given value to BigInteger. |
| static java.lang.Byte | toByte(AtomicDouble)
Convert the given value to Byte. |
| static java.lang.Double | toDouble(AtomicDouble)
Convert the given value to Double. |
| static java.lang.Float | toFloat(AtomicDouble)
Convert the given value to Float. |
| static java.lang.Integer | toInteger(AtomicDouble)
Convert the given value to Integer. |
| static java.lang.Long | toLong(AtomicDouble)
Convert the given value to Long. |
| static java.lang.Short | toShort(AtomicDouble)
Convert the given value to Short. |
def toAtomicInteger(AtomicDouble) : java.util.concurrent.atomic.AtomicInteger
AtomicInteger. This function is not null-safe.
def toAtomicLong(AtomicDouble) : java.util.concurrent.atomic.AtomicLong
AtomicLong. This function is not null-safe.
def toBigDecimal(AtomicDouble) : java.math.BigDecimal
BigDecimal.
def toBigInteger(AtomicDouble) : java.math.BigInteger
BigInteger.
def toByte(AtomicDouble) : java.lang.Byte
Byte. This function is not null-safe
def toDouble(AtomicDouble) : java.lang.Double
Double. This function is not null-safe.
def toFloat(AtomicDouble) : java.lang.Float
Float. This function is not null-safe.
def toInteger(AtomicDouble) : java.lang.Integer
Integer. This function is not null-safe.
def toLong(AtomicDouble) : java.lang.Long
Long. This function is not null-safe.
def toShort(AtomicDouble) : java.lang.Short
Short. This function is not null-safe.