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