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