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