Integer
.
Modifier and type | Action and description |
---|---|
static long | operator_divide(Integer,long)
The binary divide operator. |
static int | operator_divide(Integer,byte)
The binary divide operator. |
static int | operator_divide(Integer,int)
The binary divide operator. |
static int | operator_divide(Integer,short)
The binary divide operator. |
static double | operator_divide(Integer,double)
The binary divide operator. |
static float | operator_divide(Integer,float)
The binary divide operator. |
static int | operator_divide(Integer,Byte)
The binary divide operator. |
static float | operator_divide(Integer,Float)
The binary divide operator. |
static int | operator_divide(Integer,Integer)
The binary divide operator. |
static long | operator_divide(Integer,Long)
The binary divide operator. |
static double | operator_divide(Integer,Number)
The binary divide operator. |
static int | operator_divide(Integer,Short)
The binary divide operator. |
static int | operator_divide(Integer,AtomicInteger)
The binary divide operator. |
static long | operator_divide(Integer,AtomicLong)
The binary divide operator. |
static int | operator_minus(Integer)
The unary minus operator. |
static long | operator_minus(Integer,long)
The binary minus operator. |
static int | operator_minus(Integer,byte)
The binary minus operator. |
static int | operator_minus(Integer,int)
The binary minus operator. |
static int | operator_minus(Integer,short)
The binary minus operator. |
static double | operator_minus(Integer,double)
The binary minus operator. |
static float | operator_minus(Integer,float)
The binary minus operator. |
static int | operator_minus(Integer,Byte)
The binary minus operator. |
static float | operator_minus(Integer,Float)
The binary minus operator. |
static int | operator_minus(Integer,Integer)
The binary minus operator. |
static long | operator_minus(Integer,Long)
The binary minus operator. |
static double | operator_minus(Integer,Number)
The binary minus operator. |
static int | operator_minus(Integer,Short)
The binary minus operator. |
static int | operator_minus(Integer,AtomicInteger)
The binary minus operator. |
static long | operator_minus(Integer,AtomicLong)
The binary minus operator. |
static long | operator_modulo(Integer,long)
The binary modulo operator. |
static int | operator_modulo(Integer,byte)
The binary modulo operator. |
static int | operator_modulo(Integer,int)
The binary modulo operator. |
static int | operator_modulo(Integer,short)
The binary modulo operator. |
static double | operator_modulo(Integer,double)
The binary modulo operator. |
static float | operator_modulo(Integer,float)
The binary modulo operator. |
static int | operator_modulo(Integer,Byte)
The binary modulo operator. |
static float | operator_modulo(Integer,Float)
The binary modulo operator. |
static int | operator_modulo(Integer,Integer)
The binary modulo operator. |
static long | operator_modulo(Integer,Long)
The binary modulo operator. |
static double | operator_modulo(Integer,Number)
The binary modulo operator. |
static int | operator_modulo(Integer,Short)
The binary modulo operator. |
static int | operator_modulo(Integer,AtomicInteger)
The binary modulo operator. |
static long | operator_modulo(Integer,AtomicLong)
The binary modulo operator. |
static long | operator_multiply(Integer,long)
The binary multiply operator. |
static int | operator_multiply(Integer,byte)
The binary multiply operator. |
static int | operator_multiply(Integer,int)
The binary multiply operator. |
static int | operator_multiply(Integer,short)
The binary multiply operator. |
static double | operator_multiply(Integer,double)
The binary multiply operator. |
static float | operator_multiply(Integer,float)
The binary multiply operator. |
static int | operator_multiply(Integer,Byte)
The binary multiply operator. |
static float | operator_multiply(Integer,Float)
The binary multiply operator. |
static int | operator_multiply(Integer,Integer)
The binary multiply operator. |
static long | operator_multiply(Integer,Long)
The binary multiply operator. |
static double | operator_multiply(Integer,Number)
The binary multiply operator. |
static int | operator_multiply(Integer,Short)
The binary multiply operator. |
static int | operator_multiply(Integer,AtomicInteger)
The binary multiply operator. |
static long | operator_multiply(Integer,AtomicLong)
The binary multiply operator. |
static long | operator_plus(Integer,long)
The binary plus operator. |
static int | operator_plus(Integer,byte)
The binary plus operator. |
static int | operator_plus(Integer,int)
The binary plus operator. |
static int | operator_plus(Integer,short)
The binary plus operator. |
static double | operator_plus(Integer,double)
The binary plus operator. |
static float | operator_plus(Integer,float)
The binary plus operator. |
static int | operator_plus(Integer,Byte)
The binary plus operator. |
static float | operator_plus(Integer,Float)
The binary plus operator. |
static int | operator_plus(Integer,Integer)
The binary plus operator. |
static long | operator_plus(Integer,Long)
The binary plus operator. |
static double | operator_plus(Integer,Number)
The binary plus operator. |
static int | operator_plus(Integer,Short)
The binary plus operator. |
static int | operator_plus(Integer,AtomicInteger)
The binary plus operator. |
static long | operator_plus(Integer,AtomicLong)
The binary plus operator. |
static double | operator_power(Integer,long)
The binary power operator. |
static double | operator_power(Integer,byte)
The binary power operator. |
static double | operator_power(Integer,int)
The binary power operator. |
static double | operator_power(Integer,short)
The binary power operator. |
static double | operator_power(Integer,double)
The binary power operator. |
static double | operator_power(Integer,float)
The binary power operator. |
static double | operator_power(Integer,Number)
The binary power operator. |
def operator_divide(Integer,long) : long
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,byte) : int
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,int) : int
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,short) : int
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,double) : double
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,float) : float
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,Byte) : int
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,Float) : float
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,Integer) : int
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,Long) : long
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,Number) : double
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,Short) : int
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,AtomicInteger) : int
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_divide(Integer,AtomicLong) : long
divide
operator. This is the equivalent to the Java /
operator. This function is not null-safe.
def operator_minus(Integer) : int
minus
operator. This is the equivalent to the Java's -
function. This function is not null-safe.
def operator_minus(Integer,long) : long
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,byte) : int
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,int) : int
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,short) : int
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,double) : double
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,float) : float
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,Byte) : int
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,Float) : float
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,Integer) : int
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,Long) : long
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,Number) : double
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,Short) : int
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,AtomicInteger) : int
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_minus(Integer,AtomicLong) : long
minus
operator. This is the equivalent to the Java -
operator. This function is not null-safe.
def operator_modulo(Integer,long) : long
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,byte) : int
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,int) : int
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,short) : int
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,double) : double
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,float) : float
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,Byte) : int
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,Float) : float
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,Integer) : int
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,Long) : long
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,Number) : double
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,Short) : int
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,AtomicInteger) : int
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_modulo(Integer,AtomicLong) : long
modulo
operator. This is the equivalent to the Java %
operator. This function is not null-safe.
def operator_multiply(Integer,long) : long
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,byte) : int
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,int) : int
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,short) : int
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,double) : double
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,float) : float
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,Byte) : int
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,Float) : float
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,Integer) : int
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,Long) : long
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,Number) : double
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,Short) : int
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,AtomicInteger) : int
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_multiply(Integer,AtomicLong) : long
multiply
operator. This is the equivalent to the Java *
operator. This function is not null-safe.
def operator_plus(Integer,long) : long
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,byte) : int
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,int) : int
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,short) : int
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,double) : double
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,float) : float
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,Byte) : int
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,Float) : float
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,Integer) : int
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,Long) : long
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,Number) : double
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,Short) : int
plus
operator. This is the equivalent to the Java +
operator.
def operator_plus(Integer,AtomicInteger) : int
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_plus(Integer,AtomicLong) : long
plus
operator. This is the equivalent to the Java +
operator. This function is not null-safe.
def operator_power(Integer,long) : double
power
operator. This is the equivalent to the Java's Math.pow()
function. This function is not null-safe.
def operator_power(Integer,byte) : double
power
operator. This is the equivalent to the Java's Math.pow()
function. This function is not null-safe.
def operator_power(Integer,int) : double
power
operator. This is the equivalent to the Java's Math.pow()
function. This function is not null-safe.
def operator_power(Integer,short) : double
power
operator. This is the equivalent to the Java's Math.pow()
function.
def operator_power(Integer,double) : double
power
operator. This is the equivalent to the Java's Math.pow()
function. This function is not null-safe.
def operator_power(Integer,float) : double
power
operator. This is the equivalent to the Java's Math.pow()
function. This function is not null-safe.
def operator_power(Integer,Number) : double
power
operator. This is the equivalent to the Java's Math.pow()
function. This function is not null-safe.