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