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