AtomicInteger
.
Modifier and type | Action and description |
---|---|
static boolean | operator_equals(AtomicInteger,long) The binary equals operator. |
static boolean | operator_equals(AtomicInteger,byte) The binary equals operator. |
static boolean | operator_equals(AtomicInteger,int) The binary equals operator. |
static boolean | operator_equals(AtomicInteger,short) The binary equals operator. |
static boolean | operator_equals(AtomicInteger,double) The binary equals operator. |
static boolean | operator_equals(AtomicInteger,float) The binary equals operator. |
static boolean | operator_equals(AtomicInteger,Number) The binary equals operator. |
static boolean | operator_greaterEqualsThan(AtomicInteger,long) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(AtomicInteger,byte) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(AtomicInteger,int) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(AtomicInteger,short) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(AtomicInteger,double) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(AtomicInteger,float) The binary greaterEqualsThan operator. |
static boolean | operator_greaterEqualsThan(AtomicInteger,Number) The binary greaterEqualsThan operator. |
static boolean | operator_greaterThan(AtomicInteger,long) The binary greaterThan operator. |
static boolean | operator_greaterThan(AtomicInteger,byte) The binary greaterThan operator. |
static boolean | operator_greaterThan(AtomicInteger,int) The binary greaterThan operator. |
static boolean | operator_greaterThan(AtomicInteger,short) The binary greaterThan operator. |
static boolean | operator_greaterThan(AtomicInteger,double) The binary greaterThan operator. |
static boolean | operator_greaterThan(AtomicInteger,float) The binary greaterThan operator. |
static boolean | operator_greaterThan(AtomicInteger,Number) The binary greaterThan operator. |
static boolean | operator_lessEqualsThan(AtomicInteger,long) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(AtomicInteger,byte) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(AtomicInteger,int) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(AtomicInteger,short) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(AtomicInteger,double) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(AtomicInteger,float) The binary lessEqualsThan operator. |
static boolean | operator_lessEqualsThan(AtomicInteger,Number) The binary lessEqualsThan operator. |
static boolean | operator_lessThan(AtomicInteger,long) The binary lessThan operator. |
static boolean | operator_lessThan(AtomicInteger,byte) The binary lessThan operator. |
static boolean | operator_lessThan(AtomicInteger,int) The binary lessThan operator. |
static boolean | operator_lessThan(AtomicInteger,short) The binary lessThan operator. |
static boolean | operator_lessThan(AtomicInteger,double) The binary lessThan operator. |
static boolean | operator_lessThan(AtomicInteger,float) The binary lessThan operator. |
static boolean | operator_lessThan(AtomicInteger,Number) The binary lessThan operator. |
static boolean | operator_notEquals(AtomicInteger,long) The binary notEquals operator. |
static boolean | operator_notEquals(AtomicInteger,byte) The binary notEquals operator. |
static boolean | operator_notEquals(AtomicInteger,int) The binary notEquals operator. |
static boolean | operator_notEquals(AtomicInteger,short) The binary notEquals operator. |
static boolean | operator_notEquals(AtomicInteger,double) The binary notEquals operator. |
static boolean | operator_notEquals(AtomicInteger,float) The binary notEquals operator. |
static boolean | operator_notEquals(AtomicInteger,Number) The binary notEquals operator. |
def operator_equals(AtomicInteger,long) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(AtomicInteger,byte) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(AtomicInteger,int) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(AtomicInteger,short) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(AtomicInteger,double) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(AtomicInteger,float) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_equals(AtomicInteger,Number) : boolean
equals
operator. This is the equivalent to the Java ==
operator. This function is null-safe.
def operator_greaterEqualsThan(AtomicInteger,long) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(AtomicInteger,byte) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(AtomicInteger,int) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(AtomicInteger,short) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(AtomicInteger,double) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(AtomicInteger,float) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterEqualsThan(AtomicInteger,Number) : boolean
greaterEqualsThan
operator. This is the equivalent to the Java >=
operator. This function is not null-safe.
def operator_greaterThan(AtomicInteger,long) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(AtomicInteger,byte) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(AtomicInteger,int) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(AtomicInteger,short) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(AtomicInteger,double) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(AtomicInteger,float) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_greaterThan(AtomicInteger,Number) : boolean
greaterThan
operator. This is the equivalent to the Java >
operator. This function is not null-safe.
def operator_lessEqualsThan(AtomicInteger,long) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(AtomicInteger,byte) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(AtomicInteger,int) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(AtomicInteger,short) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(AtomicInteger,double) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(AtomicInteger,float) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessEqualsThan(AtomicInteger,Number) : boolean
lessEqualsThan
operator. This is the equivalent to the Java <=
operator. This function is not null-safe.
def operator_lessThan(AtomicInteger,long) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(AtomicInteger,byte) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(AtomicInteger,int) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(AtomicInteger,short) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(AtomicInteger,double) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(AtomicInteger,float) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_lessThan(AtomicInteger,Number) : boolean
lessThan
operator. This is the equivalent to the Java <
operator. This function is not null-safe.
def operator_notEquals(AtomicInteger,long) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(AtomicInteger,byte) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(AtomicInteger,int) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(AtomicInteger,short) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(AtomicInteger,double) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(AtomicInteger,float) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.
def operator_notEquals(AtomicInteger,Number) : boolean
notEquals
operator. This is the equivalent to the Java !=
operator. This function is null-safe.