@GwtCompatible
public class ByteExtensions
extends java.lang.Object
Byte numbers.| Constructor and Description |
|---|
ByteExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static int |
operator_divide(byte a,
byte b)
The binary
divide operator. |
static int |
operator_divide(byte a,
char b)
The binary
divide operator. |
static double |
operator_divide(byte a,
double b)
The binary
divide operator. |
static float |
operator_divide(byte a,
float b)
The binary
divide operator. |
static int |
operator_divide(byte a,
int b)
The binary
divide operator. |
static long |
operator_divide(byte a,
long b)
The binary
divide operator. |
static int |
operator_divide(byte a,
short b)
The binary
divide operator. |
static boolean |
operator_equals(byte a,
byte b)
The binary
equals operator. |
static boolean |
operator_equals(byte a,
char b)
The binary
equals operator. |
static boolean |
operator_equals(byte a,
double b)
The binary
equals operator. |
static boolean |
operator_equals(byte a,
float b)
The binary
equals operator. |
static boolean |
operator_equals(byte a,
int b)
The binary
equals operator. |
static boolean |
operator_equals(byte a,
long b)
The binary
equals operator. |
static boolean |
operator_equals(byte a,
short b)
The binary
equals operator. |
static boolean |
operator_greaterEqualsThan(byte a,
byte b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(byte a,
char b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(byte a,
double b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(byte a,
float b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(byte a,
int b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(byte a,
long b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterEqualsThan(byte a,
short b)
The binary
greaterEqualsThan operator. |
static boolean |
operator_greaterThan(byte a,
byte b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(byte a,
char b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(byte a,
double b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(byte a,
float b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(byte a,
int b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(byte a,
long b)
The binary
greaterThan operator. |
static boolean |
operator_greaterThan(byte a,
short b)
The binary
greaterThan operator. |
static boolean |
operator_lessEqualsThan(byte a,
byte b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(byte a,
char b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(byte a,
double b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(byte a,
float b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(byte a,
int b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(byte a,
long b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessEqualsThan(byte a,
short b)
The binary
lessEqualsThan operator. |
static boolean |
operator_lessThan(byte a,
byte b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(byte a,
char b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(byte a,
double b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(byte a,
float b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(byte a,
int b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(byte a,
long b)
The binary
lessThan operator. |
static boolean |
operator_lessThan(byte a,
short b)
The binary
lessThan operator. |
static int |
operator_minus(byte b)
The unary
minus operator. |
static int |
operator_minus(byte a,
byte b)
The binary
minus operator. |
static int |
operator_minus(byte a,
char b)
The binary
minus operator. |
static double |
operator_minus(byte a,
double b)
The binary
minus operator. |
static float |
operator_minus(byte a,
float b)
The binary
minus operator. |
static int |
operator_minus(byte a,
int b)
The binary
minus operator. |
static long |
operator_minus(byte a,
long b)
The binary
minus operator. |
static int |
operator_minus(byte a,
short b)
The binary
minus operator. |
static byte |
operator_minusMinus(byte b)
The postfix
decrement operator. |
static java.lang.Byte |
operator_minusMinus(java.lang.Byte b)
The postfix
decrement operator. |
static int |
operator_modulo(byte a,
byte b)
The binary
modulo operator. |
static int |
operator_modulo(byte a,
char b)
The binary
modulo operator. |
static double |
operator_modulo(byte a,
double b)
The binary
modulo operator. |
static float |
operator_modulo(byte a,
float b)
The binary
modulo operator. |
static int |
operator_modulo(byte a,
int b)
The binary
modulo operator. |
static long |
operator_modulo(byte a,
long b)
The binary
modulo operator. |
static int |
operator_modulo(byte a,
short b)
The binary
modulo operator. |
static int |
operator_multiply(byte a,
byte b)
The binary
multiply operator. |
static int |
operator_multiply(byte a,
char b)
The binary
multiply operator. |
static double |
operator_multiply(byte a,
double b)
The binary
multiply operator. |
static float |
operator_multiply(byte a,
float b)
The binary
multiply operator. |
static int |
operator_multiply(byte a,
int b)
The binary
multiply operator. |
static long |
operator_multiply(byte a,
long b)
The binary
multiply operator. |
static int |
operator_multiply(byte a,
short b)
The binary
multiply operator. |
static boolean |
operator_notEquals(byte a,
byte b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(byte a,
char b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(byte a,
double b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(byte a,
float b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(byte a,
int b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(byte a,
long b)
The binary
notEquals operator. |
static boolean |
operator_notEquals(byte a,
short b)
The binary
notEquals operator. |
static int |
operator_plus(byte a,
byte b)
The binary
plus operator. |
static int |
operator_plus(byte a,
char b)
The binary
plus operator. |
static double |
operator_plus(byte a,
double b)
The binary
plus operator. |
static float |
operator_plus(byte a,
float b)
The binary
plus operator. |
static int |
operator_plus(byte a,
int b)
The binary
plus operator. |
static long |
operator_plus(byte a,
long b)
The binary
plus operator. |
static int |
operator_plus(byte a,
short b)
The binary
plus operator. |
static byte |
operator_plusPlus(byte b)
The postfix
increment operator. |
static java.lang.Byte |
operator_plusPlus(java.lang.Byte b)
The postfix
increment operator. |
static double |
operator_power(byte a,
byte b)
The binary
power operator. |
static double |
operator_power(byte a,
char b)
The binary
power operator. |
static double |
operator_power(byte a,
double b)
The binary
power operator. |
static double |
operator_power(byte a,
float b)
The binary
power operator. |
static double |
operator_power(byte a,
int b)
The binary
power operator. |
static double |
operator_power(byte a,
long b)
The binary
power operator. |
static double |
operator_power(byte a,
short b)
The binary
power operator. |
static boolean |
operator_tripleEquals(byte a,
byte b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(byte a,
char b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(byte a,
double b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(byte a,
float b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(byte a,
int b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(byte a,
long b)
The
identity equals operator. |
static boolean |
operator_tripleEquals(byte a,
short b)
The
identity equals operator. |
static boolean |
operator_tripleNotEquals(byte a,
byte b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(byte a,
char b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(byte a,
double b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(byte a,
float b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(byte a,
int b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(byte a,
long b)
The
identity not equals operator. |
static boolean |
operator_tripleNotEquals(byte a,
short b)
The
identity not equals operator. |
@Pure public static int operator_minus(byte b)
minus operator. This is the equivalent to the Java's - function.b - a byte.-bpublic static byte operator_minusMinus(byte b)
decrement operator. This is the equivalent to the Java's -- postfix function.b - a byte.b--public static java.lang.Byte operator_minusMinus(java.lang.Byte b)
decrement operator. This is the equivalent to the Java's -- postfix function.b - a byte.b--public static byte operator_plusPlus(byte b)
increment operator. This is the equivalent to the Java's ++ postfix function.b - a byte.b++public static java.lang.Byte operator_plusPlus(java.lang.Byte b)
increment operator. This is the equivalent to the Java's ++ postfix function.b - a byte.b++@Pure public static double operator_plus(byte a, double b)
plus operator. This is the equivalent to the Java + operator.a - a byte.b - a double.a+b@Pure public static double operator_minus(byte a, double b)
minus operator. This is the equivalent to the Java - operator.a - a byte.b - a double.a-b@Pure public static double operator_multiply(byte a, double b)
multiply operator. This is the equivalent to the Java * operator.a - a byte.b - a double.a*b@Pure public static double operator_divide(byte a, double b)
divide operator. This is the equivalent to the Java / operator.a - a byte.b - a double.a/b@Pure public static double operator_modulo(byte a, double b)
modulo operator. This is the equivalent to the Java % operator.a - a byte.b - a double.a%b@Pure public static boolean operator_lessThan(byte a, double b)
lessThan operator. This is the equivalent to the Java < operator.a - a byte.b - a double.a<b@Pure public static boolean operator_lessEqualsThan(byte a, double b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a byte.b - a double.a<=b@Pure public static boolean operator_greaterThan(byte a, double b)
greaterThan operator. This is the equivalent to the Java > operator.a - a byte.b - a double.a>b@Pure public static boolean operator_greaterEqualsThan(byte a, double b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a byte.b - a double.a>=b@Pure public static boolean operator_equals(byte a, double b)
equals operator. This is the equivalent to the Java == operator.a - a byte.b - a double.a==b@Pure public static boolean operator_notEquals(byte a, double b)
notEquals operator. This is the equivalent to the Java != operator.a - a byte.b - a double.a!=b@Pure public static double operator_power(byte a, double b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a byte.b - a double.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(byte a, double b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a byte.b - a double.a == b@Pure public static boolean operator_tripleNotEquals(byte a, double b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a byte.b - a double.a != b@Pure public static float operator_plus(byte a, float b)
plus operator. This is the equivalent to the Java + operator.a - a byte.b - a float.a+b@Pure public static float operator_minus(byte a, float b)
minus operator. This is the equivalent to the Java - operator.a - a byte.b - a float.a-b@Pure public static float operator_multiply(byte a, float b)
multiply operator. This is the equivalent to the Java * operator.a - a byte.b - a float.a*b@Pure public static float operator_divide(byte a, float b)
divide operator. This is the equivalent to the Java / operator.a - a byte.b - a float.a/b@Pure public static float operator_modulo(byte a, float b)
modulo operator. This is the equivalent to the Java % operator.a - a byte.b - a float.a%b@Pure public static boolean operator_lessThan(byte a, float b)
lessThan operator. This is the equivalent to the Java < operator.a - a byte.b - a float.a<b@Pure public static boolean operator_lessEqualsThan(byte a, float b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a byte.b - a float.a<=b@Pure public static boolean operator_greaterThan(byte a, float b)
greaterThan operator. This is the equivalent to the Java > operator.a - a byte.b - a float.a>b@Pure public static boolean operator_greaterEqualsThan(byte a, float b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a byte.b - a float.a>=b@Pure public static boolean operator_equals(byte a, float b)
equals operator. This is the equivalent to the Java == operator.a - a byte.b - a float.a==b@Pure public static boolean operator_notEquals(byte a, float b)
notEquals operator. This is the equivalent to the Java != operator.a - a byte.b - a float.a!=b@Pure public static double operator_power(byte a, float b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a byte.b - a float.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(byte a, float b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a byte.b - a float.a == b@Pure public static boolean operator_tripleNotEquals(byte a, float b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a byte.b - a float.a != b@Pure public static long operator_plus(byte a, long b)
plus operator. This is the equivalent to the Java + operator.a - a byte.b - a long.a+b@Pure public static long operator_minus(byte a, long b)
minus operator. This is the equivalent to the Java - operator.a - a byte.b - a long.a-b@Pure public static long operator_multiply(byte a, long b)
multiply operator. This is the equivalent to the Java * operator.a - a byte.b - a long.a*b@Pure public static long operator_divide(byte a, long b)
divide operator. This is the equivalent to the Java / operator.a - a byte.b - a long.a/b@Pure public static long operator_modulo(byte a, long b)
modulo operator. This is the equivalent to the Java % operator.a - a byte.b - a long.a%b@Pure public static boolean operator_lessThan(byte a, long b)
lessThan operator. This is the equivalent to the Java < operator.a - a byte.b - a long.a<b@Pure public static boolean operator_lessEqualsThan(byte a, long b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a byte.b - a long.a<=b@Pure public static boolean operator_greaterThan(byte a, long b)
greaterThan operator. This is the equivalent to the Java > operator.a - a byte.b - a long.a>b@Pure public static boolean operator_greaterEqualsThan(byte a, long b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a byte.b - a long.a>=b@Pure public static boolean operator_equals(byte a, long b)
equals operator. This is the equivalent to the Java == operator.a - a byte.b - a long.a==b@Pure public static boolean operator_notEquals(byte a, long b)
notEquals operator. This is the equivalent to the Java != operator.a - a byte.b - a long.a!=b@Pure public static double operator_power(byte a, long b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a byte.b - a long.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(byte a, long b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a byte.b - a long.a == b@Pure public static boolean operator_tripleNotEquals(byte a, long b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a byte.b - a long.a != b@Pure public static int operator_plus(byte a, int b)
plus operator. This is the equivalent to the Java + operator.a - a byte.b - an integer.a+b@Pure public static int operator_minus(byte a, int b)
minus operator. This is the equivalent to the Java - operator.a - a byte.b - an integer.a-b@Pure public static int operator_multiply(byte a, int b)
multiply operator. This is the equivalent to the Java * operator.a - a byte.b - an integer.a*b@Pure public static int operator_divide(byte a, int b)
divide operator. This is the equivalent to the Java / operator.a - a byte.b - an integer.a/b@Pure public static int operator_modulo(byte a, int b)
modulo operator. This is the equivalent to the Java % operator.a - a byte.b - an integer.a%b@Pure public static boolean operator_lessThan(byte a, int b)
lessThan operator. This is the equivalent to the Java < operator.a - a byte.b - an integer.a<b@Pure public static boolean operator_lessEqualsThan(byte a, int b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a byte.b - an integer.a<=b@Pure public static boolean operator_greaterThan(byte a, int b)
greaterThan operator. This is the equivalent to the Java > operator.a - a byte.b - an integer.a>b@Pure public static boolean operator_greaterEqualsThan(byte a, int b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a byte.b - an integer.a>=b@Pure public static boolean operator_equals(byte a, int b)
equals operator. This is the equivalent to the Java == operator.a - a byte.b - an integer.a==b@Pure public static boolean operator_notEquals(byte a, int b)
notEquals operator. This is the equivalent to the Java != operator.a - a byte.b - an integer.a!=b@Pure public static double operator_power(byte a, int b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a byte.b - an integer.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(byte a, int b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a byte.b - an integer.a == b@Pure public static boolean operator_tripleNotEquals(byte a, int b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a byte.b - an integer.a != b@Pure public static int operator_plus(byte a, char b)
plus operator. This is the equivalent to the Java + operator.a - a byte.b - a character.a+b@Pure public static int operator_minus(byte a, char b)
minus operator. This is the equivalent to the Java - operator.a - a byte.b - a character.a-b@Pure public static int operator_multiply(byte a, char b)
multiply operator. This is the equivalent to the Java * operator.a - a byte.b - a character.a*b@Pure public static int operator_divide(byte a, char b)
divide operator. This is the equivalent to the Java / operator.a - a byte.b - a character.a/b@Pure public static int operator_modulo(byte a, char b)
modulo operator. This is the equivalent to the Java % operator.a - a byte.b - a character.a%b@Pure public static boolean operator_lessThan(byte a, char b)
lessThan operator. This is the equivalent to the Java < operator.a - a byte.b - a character.a<b@Pure public static boolean operator_lessEqualsThan(byte a, char b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a byte.b - a character.a<=b@Pure public static boolean operator_greaterThan(byte a, char b)
greaterThan operator. This is the equivalent to the Java > operator.a - a byte.b - a character.a>b@Pure public static boolean operator_greaterEqualsThan(byte a, char b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a byte.b - a character.a>=b@Pure public static boolean operator_equals(byte a, char b)
equals operator. This is the equivalent to the Java == operator.a - a byte.b - a character.a==b@Pure public static boolean operator_notEquals(byte a, char b)
notEquals operator. This is the equivalent to the Java != operator.a - a byte.b - a character.a!=b@Pure public static double operator_power(byte a, char b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a byte.b - a character.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(byte a, char b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a byte.b - a character.a == b@Pure public static boolean operator_tripleNotEquals(byte a, char b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a byte.b - a character.a != b@Pure public static int operator_plus(byte a, short b)
plus operator. This is the equivalent to the Java + operator.a - a byte.b - a short.a+b@Pure public static int operator_minus(byte a, short b)
minus operator. This is the equivalent to the Java - operator.a - a byte.b - a short.a-b@Pure public static int operator_multiply(byte a, short b)
multiply operator. This is the equivalent to the Java * operator.a - a byte.b - a short.a*b@Pure public static int operator_divide(byte a, short b)
divide operator. This is the equivalent to the Java / operator.a - a byte.b - a short.a/b@Pure public static int operator_modulo(byte a, short b)
modulo operator. This is the equivalent to the Java % operator.a - a byte.b - a short.a%b@Pure public static boolean operator_lessThan(byte a, short b)
lessThan operator. This is the equivalent to the Java < operator.a - a byte.b - a short.a<b@Pure public static boolean operator_lessEqualsThan(byte a, short b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a byte.b - a short.a<=b@Pure public static boolean operator_greaterThan(byte a, short b)
greaterThan operator. This is the equivalent to the Java > operator.a - a byte.b - a short.a>b@Pure public static boolean operator_greaterEqualsThan(byte a, short b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a byte.b - a short.a>=b@Pure public static boolean operator_equals(byte a, short b)
equals operator. This is the equivalent to the Java == operator.a - a byte.b - a short.a==b@Pure public static boolean operator_notEquals(byte a, short b)
notEquals operator. This is the equivalent to the Java != operator.a - a byte.b - a short.a!=b@Pure public static double operator_power(byte a, short b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a byte.b - a short.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(byte a, short b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a byte.b - a short.a == b@Pure public static boolean operator_tripleNotEquals(byte a, short b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a byte.b - a short.a != b@Pure public static int operator_plus(byte a, byte b)
plus operator. This is the equivalent to the Java + operator.a - a byte.b - a byte.a+b@Pure public static int operator_minus(byte a, byte b)
minus operator. This is the equivalent to the Java - operator.a - a byte.b - a byte.a-b@Pure public static int operator_multiply(byte a, byte b)
multiply operator. This is the equivalent to the Java * operator.a - a byte.b - a byte.a*b@Pure public static int operator_divide(byte a, byte b)
divide operator. This is the equivalent to the Java / operator.a - a byte.b - a byte.a/b@Pure public static int operator_modulo(byte a, byte b)
modulo operator. This is the equivalent to the Java % operator.a - a byte.b - a byte.a%b@Pure public static boolean operator_lessThan(byte a, byte b)
lessThan operator. This is the equivalent to the Java < operator.a - a byte.b - a byte.a<b@Pure public static boolean operator_lessEqualsThan(byte a, byte b)
lessEqualsThan operator. This is the equivalent to the Java <= operator.a - a byte.b - a byte.a<=b@Pure public static boolean operator_greaterThan(byte a, byte b)
greaterThan operator. This is the equivalent to the Java > operator.a - a byte.b - a byte.a>b@Pure public static boolean operator_greaterEqualsThan(byte a, byte b)
greaterEqualsThan operator. This is the equivalent to the Java >= operator.a - a byte.b - a byte.a>=b@Pure public static boolean operator_equals(byte a, byte b)
equals operator. This is the equivalent to the Java == operator.a - a byte.b - a byte.a==b@Pure public static boolean operator_notEquals(byte a, byte b)
notEquals operator. This is the equivalent to the Java != operator.a - a byte.b - a byte.a!=b@Pure public static double operator_power(byte a, byte b)
power operator. This is the equivalent to the Java's Math.pow() function.a - a byte.b - a byte.Math.pow(a, b)@Pure public static boolean operator_tripleEquals(byte a, byte b)
identity equals operator. This is the equivalent to Java's ==
operator.a - a byte.b - a byte.a == b@Pure public static boolean operator_tripleNotEquals(byte a, byte b)
identity not equals operator. This is the equivalent to Java's !=
operator.a - a byte.b - a byte.a != b