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