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