final class PrimitiveShortCastExtensions
extends java.lang.Object
Provide static functions related to the casting of numbers of type short
.
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
-
Since:
-
-
See:
-
Action Summary
Modifier and type |
Action and description |
static com.google.common.util.concurrent.AtomicDouble |
toAtomicDouble(short)
Convert the given value to AtomicDouble . |
static java.util.concurrent.atomic.AtomicInteger |
toAtomicInteger(short)
Convert the given value to AtomicInteger . |
static java.util.concurrent.atomic.AtomicLong |
toAtomicLong(short)
Convert the given value to AtomicLong . |
static java.math.BigDecimal |
toBigDecimal(short)
Convert the given value to BigDecimal . |
static java.math.BigInteger |
toBigInteger(short)
Convert the given value to BigInteger . |
static java.lang.Byte |
toByte(short)
Convert the given value to Byte . |
static java.lang.Double |
toDouble(short)
Convert the given value to Double . |
static java.lang.Float |
toFloat(short)
Convert the given value to Float . |
static java.lang.Integer |
toInteger(short)
Convert the given value to Integer . |
static java.lang.Long |
toLong(short)
Convert the given value to Long . |
static java.lang.String |
toString(short)
Convert the given value to String . |
Modifier and type |
Action and description |
static com.google.common.util.concurrent.AtomicDouble |
toAtomicDouble(short)
Convert the given value to AtomicDouble . |
static java.util.concurrent.atomic.AtomicInteger |
toAtomicInteger(short)
Convert the given value to AtomicInteger . |
static java.util.concurrent.atomic.AtomicLong |
toAtomicLong(short)
Convert the given value to AtomicLong . |
static java.math.BigDecimal |
toBigDecimal(short)
Convert the given value to BigDecimal . |
static java.math.BigInteger |
toBigInteger(short)
Convert the given value to BigInteger . |
static java.lang.Byte |
toByte(short)
Convert the given value to Byte . |
static java.lang.Double |
toDouble(short)
Convert the given value to Double . |
static java.lang.Float |
toFloat(short)
Convert the given value to Float . |
static java.lang.Integer |
toInteger(short)
Convert the given value to Integer . |
static java.lang.Long |
toLong(short)
Convert the given value to Long . |
static java.lang.String |
toString(short)
Convert the given value to String . |
Action Details
-
toAtomicDouble(short)
-
def toAtomicDouble(short) : com.google.common.util.concurrent.AtomicDouble
Convert the given value to AtomicDouble
.
-
Parameters:
-
number -
-
Returns:
-
-
toAtomicInteger(short)
-
def toAtomicInteger(short) : java.util.concurrent.atomic.AtomicInteger
Convert the given value to AtomicInteger
.
-
Parameters:
-
number -
-
Returns:
-
-
toAtomicLong(short)
-
def toAtomicLong(short) : java.util.concurrent.atomic.AtomicLong
Convert the given value to AtomicLong
.
-
Parameters:
-
number -
-
Returns:
-
-
toBigDecimal(short)
-
def toBigDecimal(short) : java.math.BigDecimal
Convert the given value to BigDecimal
.
-
Parameters:
-
number -
-
Returns:
-
-
toBigInteger(short)
-
def toBigInteger(short) : java.math.BigInteger
Convert the given value to BigInteger
.
-
Parameters:
-
number -
-
Returns:
-
-
toByte(short)
-
def toByte(short) : java.lang.Byte
Convert the given value to Byte
.
-
Parameters:
-
number -
-
Returns:
-
-
toDouble(short)
-
def toDouble(short) : java.lang.Double
Convert the given value to Double
.
-
Parameters:
-
number -
-
Returns:
-
-
toFloat(short)
-
def toFloat(short) : java.lang.Float
Convert the given value to Float
.
-
Parameters:
-
number -
-
Returns:
-
-
toInteger(short)
-
def toInteger(short) : java.lang.Integer
Convert the given value to Integer
.
-
Parameters:
-
number -
-
Returns:
-
-
toLong(short)
-
def toLong(short) : java.lang.Long
Convert the given value to Long
.
-
Parameters:
-
number -
-
Returns:
-
-
toString(short)
-
def toString(short) : java.lang.String
Convert the given value to String
.
-
Parameters:
-
number -
-
Returns:
-