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