BigInteger
.
Modifier and type | Action and description |
---|---|
static com.google.common.util.concurrent.AtomicDouble | toAtomicDouble(BigInteger) Convert the given value to AtomicDouble . |
static java.util.concurrent.atomic.AtomicInteger | toAtomicInteger(BigInteger) Convert the given value to AtomicInteger . |
static java.util.concurrent.atomic.AtomicLong | toAtomicLong(BigInteger) Convert the given value to AtomicLong . |
static java.math.BigDecimal | toBigDecimal(BigInteger) Convert the given value to BigDecimal . |
def toAtomicDouble(BigInteger) : com.google.common.util.concurrent.AtomicDouble
AtomicDouble
. This function is not null-safe.
def toAtomicInteger(BigInteger) : java.util.concurrent.atomic.AtomicInteger
AtomicInteger
. This function is not null-safe.
def toAtomicLong(BigInteger) : java.util.concurrent.atomic.AtomicLong
AtomicLong
. This function is not null-safe.
def toBigDecimal(BigInteger) : java.math.BigDecimal
BigDecimal
.