Package org.eclipse.xtext.xbase.lib
Class ShortExtensions
- java.lang.Object
-
- org.eclipse.xtext.xbase.lib.ShortExtensions
-
@GwtCompatible public class ShortExtensions extends java.lang.ObjectThis is an extension library forShortnumbers.- Since:
- 2.3
-
-
Constructor Summary
Constructors Constructor Description ShortExtensions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intoperator_divide(short a, byte b)The binarydivideoperator.static intoperator_divide(short a, char b)The binarydivideoperator.static doubleoperator_divide(short a, double b)The binarydivideoperator.static floatoperator_divide(short a, float b)The binarydivideoperator.static intoperator_divide(short a, int b)The binarydivideoperator.static longoperator_divide(short a, long b)The binarydivideoperator.static intoperator_divide(short a, short b)The binarydivideoperator.static booleanoperator_equals(short a, byte b)The binaryequalsoperator.static booleanoperator_equals(short a, char b)The binaryequalsoperator.static booleanoperator_equals(short a, double b)The binaryequalsoperator.static booleanoperator_equals(short a, float b)The binaryequalsoperator.static booleanoperator_equals(short a, int b)The binaryequalsoperator.static booleanoperator_equals(short a, long b)The binaryequalsoperator.static booleanoperator_equals(short a, short b)The binaryequalsoperator.static booleanoperator_greaterEqualsThan(short a, byte b)The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(short a, char b)The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(short a, double b)The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(short a, float b)The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(short a, int b)The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(short a, long b)The binarygreaterEqualsThanoperator.static booleanoperator_greaterEqualsThan(short a, short b)The binarygreaterEqualsThanoperator.static booleanoperator_greaterThan(short a, byte b)The binarygreaterThanoperator.static booleanoperator_greaterThan(short a, char b)The binarygreaterThanoperator.static booleanoperator_greaterThan(short a, double b)The binarygreaterThanoperator.static booleanoperator_greaterThan(short a, float b)The binarygreaterThanoperator.static booleanoperator_greaterThan(short a, int b)The binarygreaterThanoperator.static booleanoperator_greaterThan(short a, long b)The binarygreaterThanoperator.static booleanoperator_greaterThan(short a, short b)The binarygreaterThanoperator.static booleanoperator_lessEqualsThan(short a, byte b)The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(short a, char b)The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(short a, double b)The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(short a, float b)The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(short a, int b)The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(short a, long b)The binarylessEqualsThanoperator.static booleanoperator_lessEqualsThan(short a, short b)The binarylessEqualsThanoperator.static booleanoperator_lessThan(short a, byte b)The binarylessThanoperator.static booleanoperator_lessThan(short a, char b)The binarylessThanoperator.static booleanoperator_lessThan(short a, double b)The binarylessThanoperator.static booleanoperator_lessThan(short a, float b)The binarylessThanoperator.static booleanoperator_lessThan(short a, int b)The binarylessThanoperator.static booleanoperator_lessThan(short a, long b)The binarylessThanoperator.static booleanoperator_lessThan(short a, short b)The binarylessThanoperator.static intoperator_minus(short s)The unaryminusoperator.static intoperator_minus(short a, byte b)The binaryminusoperator.static intoperator_minus(short a, char b)The binaryminusoperator.static doubleoperator_minus(short a, double b)The binaryminusoperator.static floatoperator_minus(short a, float b)The binaryminusoperator.static intoperator_minus(short a, int b)The binaryminusoperator.static longoperator_minus(short a, long b)The binaryminusoperator.static intoperator_minus(short a, short b)The binaryminusoperator.static shortoperator_minusMinus(short s)The postfixdecrementoperator.static java.lang.Shortoperator_minusMinus(java.lang.Short s)The postfixdecrementoperator.static intoperator_modulo(short a, byte b)The binarymodulooperator.static intoperator_modulo(short a, char b)The binarymodulooperator.static doubleoperator_modulo(short a, double b)The binarymodulooperator.static floatoperator_modulo(short a, float b)The binarymodulooperator.static intoperator_modulo(short a, int b)The binarymodulooperator.static longoperator_modulo(short a, long b)The binarymodulooperator.static intoperator_modulo(short a, short b)The binarymodulooperator.static intoperator_multiply(short a, byte b)The binarymultiplyoperator.static intoperator_multiply(short a, char b)The binarymultiplyoperator.static doubleoperator_multiply(short a, double b)The binarymultiplyoperator.static floatoperator_multiply(short a, float b)The binarymultiplyoperator.static intoperator_multiply(short a, int b)The binarymultiplyoperator.static longoperator_multiply(short a, long b)The binarymultiplyoperator.static intoperator_multiply(short a, short b)The binarymultiplyoperator.static booleanoperator_notEquals(short a, byte b)The binarynotEqualsoperator.static booleanoperator_notEquals(short a, char b)The binarynotEqualsoperator.static booleanoperator_notEquals(short a, double b)The binarynotEqualsoperator.static booleanoperator_notEquals(short a, float b)The binarynotEqualsoperator.static booleanoperator_notEquals(short a, int b)The binarynotEqualsoperator.static booleanoperator_notEquals(short a, long b)The binarynotEqualsoperator.static booleanoperator_notEquals(short a, short b)The binarynotEqualsoperator.static intoperator_plus(short a, byte b)The binaryplusoperator.static intoperator_plus(short a, char b)The binaryplusoperator.static doubleoperator_plus(short a, double b)The binaryplusoperator.static floatoperator_plus(short a, float b)The binaryplusoperator.static intoperator_plus(short a, int b)The binaryplusoperator.static longoperator_plus(short a, long b)The binaryplusoperator.static intoperator_plus(short a, short b)The binaryplusoperator.static shortoperator_plusPlus(short s)The postfixincrementoperator.static java.lang.Shortoperator_plusPlus(java.lang.Short s)The postfixincrementoperator.static doubleoperator_power(short a, byte b)The binarypoweroperator.static doubleoperator_power(short a, char b)The binarypoweroperator.static doubleoperator_power(short a, double b)The binarypoweroperator.static doubleoperator_power(short a, float b)The binarypoweroperator.static doubleoperator_power(short a, int b)The binarypoweroperator.static doubleoperator_power(short a, long b)The binarypoweroperator.static doubleoperator_power(short a, short b)The binarypoweroperator.static booleanoperator_tripleEquals(short a, byte b)Theidentity equalsoperator.static booleanoperator_tripleEquals(short a, char b)Theidentity equalsoperator.static booleanoperator_tripleEquals(short a, double b)Theidentity equalsoperator.static booleanoperator_tripleEquals(short a, float b)Theidentity equalsoperator.static booleanoperator_tripleEquals(short a, int b)Theidentity equalsoperator.static booleanoperator_tripleEquals(short a, long b)Theidentity equalsoperator.static booleanoperator_tripleEquals(short a, short b)Theidentity equalsoperator.static booleanoperator_tripleNotEquals(short a, byte b)Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(short a, char b)Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(short a, double b)Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(short a, float b)Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(short a, int b)Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(short a, long b)Theidentity not equalsoperator.static booleanoperator_tripleNotEquals(short a, short b)Theidentity not equalsoperator.
-
-
-
Method Detail
-
operator_minus
@Pure public static int operator_minus(short s)
The unaryminusoperator. This is the equivalent to the Java's-function.- Parameters:
s- a short.- Returns:
-s- Since:
- 2.3
-
operator_minusMinus
public static short operator_minusMinus(short s)
The postfixdecrementoperator. This is the equivalent to the Java's--postfix function.- Parameters:
s- a short.- Returns:
s--- Since:
- 2.6
-
operator_minusMinus
public static java.lang.Short operator_minusMinus(java.lang.Short s)
The postfixdecrementoperator. This is the equivalent to the Java's--postfix function.- Parameters:
s- a short.- Returns:
s--- Since:
- 2.6
-
operator_plusPlus
public static short operator_plusPlus(short s)
The postfixincrementoperator. This is the equivalent to the Java's++postfix function.- Parameters:
s- a short.- Returns:
s++- Since:
- 2.6
-
operator_plusPlus
public static java.lang.Short operator_plusPlus(java.lang.Short s)
The postfixincrementoperator. This is the equivalent to the Java's++postfix function.- Parameters:
s- a short.- Returns:
s++- Since:
- 2.6
-
operator_plus
@Pure public static double operator_plus(short a, double b)
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a short.b- a double.- Returns:
a+b- Since:
- 2.3
-
operator_minus
@Pure public static double operator_minus(short a, double b)
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a short.b- a double.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
@Pure public static double operator_multiply(short a, double b)
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a short.b- a double.- Returns:
a*b- Since:
- 2.3
-
operator_divide
@Pure public static double operator_divide(short a, double b)
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a short.b- a double.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
@Pure public static double operator_modulo(short a, double b)
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a short.b- a double.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
@Pure public static boolean operator_lessThan(short a, double b)
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a short.b- a double.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
@Pure public static boolean operator_lessEqualsThan(short a, double b)
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a short.b- a double.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
@Pure public static boolean operator_greaterThan(short a, double b)
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a short.b- a double.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
@Pure public static boolean operator_greaterEqualsThan(short a, double b)
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a short.b- a double.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
@Pure public static boolean operator_equals(short a, double b)
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a short.b- a double.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
@Pure public static boolean operator_notEquals(short a, double b)
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a short.b- a double.- Returns:
a!=b- Since:
- 2.3
-
operator_power
@Pure public static double operator_power(short a, double b)
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a short.b- a double.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
@Pure public static boolean operator_tripleEquals(short a, double b)
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a short.b- a double.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
@Pure public static boolean operator_tripleNotEquals(short a, double b)
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a short.b- a double.- Returns:
a != b- Since:
- 2.4
-
operator_plus
@Pure public static float operator_plus(short a, float b)
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a short.b- a float.- Returns:
a+b- Since:
- 2.3
-
operator_minus
@Pure public static float operator_minus(short a, float b)
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a short.b- a float.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
@Pure public static float operator_multiply(short a, float b)
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a short.b- a float.- Returns:
a*b- Since:
- 2.3
-
operator_divide
@Pure public static float operator_divide(short a, float b)
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a short.b- a float.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
@Pure public static float operator_modulo(short a, float b)
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a short.b- a float.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
@Pure public static boolean operator_lessThan(short a, float b)
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a short.b- a float.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
@Pure public static boolean operator_lessEqualsThan(short a, float b)
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a short.b- a float.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
@Pure public static boolean operator_greaterThan(short a, float b)
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a short.b- a float.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
@Pure public static boolean operator_greaterEqualsThan(short a, float b)
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a short.b- a float.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
@Pure public static boolean operator_equals(short a, float b)
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a short.b- a float.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
@Pure public static boolean operator_notEquals(short a, float b)
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a short.b- a float.- Returns:
a!=b- Since:
- 2.3
-
operator_power
@Pure public static double operator_power(short a, float b)
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a short.b- a float.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
@Pure public static boolean operator_tripleEquals(short a, float b)
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a short.b- a float.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
@Pure public static boolean operator_tripleNotEquals(short a, float b)
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a short.b- a float.- Returns:
a != b- Since:
- 2.4
-
operator_plus
@Pure public static long operator_plus(short a, long b)
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a short.b- a long.- Returns:
a+b- Since:
- 2.3
-
operator_minus
@Pure public static long operator_minus(short a, long b)
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a short.b- a long.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
@Pure public static long operator_multiply(short a, long b)
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a short.b- a long.- Returns:
a*b- Since:
- 2.3
-
operator_divide
@Pure public static long operator_divide(short a, long b)
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a short.b- a long.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
@Pure public static long operator_modulo(short a, long b)
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a short.b- a long.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
@Pure public static boolean operator_lessThan(short a, long b)
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a short.b- a long.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
@Pure public static boolean operator_lessEqualsThan(short a, long b)
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a short.b- a long.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
@Pure public static boolean operator_greaterThan(short a, long b)
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a short.b- a long.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
@Pure public static boolean operator_greaterEqualsThan(short a, long b)
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a short.b- a long.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
@Pure public static boolean operator_equals(short a, long b)
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a short.b- a long.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
@Pure public static boolean operator_notEquals(short a, long b)
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a short.b- a long.- Returns:
a!=b- Since:
- 2.3
-
operator_power
@Pure public static double operator_power(short a, long b)
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a short.b- a long.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
@Pure public static boolean operator_tripleEquals(short a, long b)
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a short.b- a long.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
@Pure public static boolean operator_tripleNotEquals(short a, long b)
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a short.b- a long.- Returns:
a != b- Since:
- 2.4
-
operator_plus
@Pure public static int operator_plus(short a, int b)
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a short.b- an integer.- Returns:
a+b- Since:
- 2.3
-
operator_minus
@Pure public static int operator_minus(short a, int b)
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a short.b- an integer.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
@Pure public static int operator_multiply(short a, int b)
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a short.b- an integer.- Returns:
a*b- Since:
- 2.3
-
operator_divide
@Pure public static int operator_divide(short a, int b)
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a short.b- an integer.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
@Pure public static int operator_modulo(short a, int b)
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a short.b- an integer.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
@Pure public static boolean operator_lessThan(short a, int b)
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a short.b- an integer.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
@Pure public static boolean operator_lessEqualsThan(short a, int b)
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a short.b- an integer.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
@Pure public static boolean operator_greaterThan(short a, int b)
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a short.b- an integer.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
@Pure public static boolean operator_greaterEqualsThan(short a, int b)
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a short.b- an integer.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
@Pure public static boolean operator_equals(short a, int b)
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a short.b- an integer.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
@Pure public static boolean operator_notEquals(short a, int b)
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a short.b- an integer.- Returns:
a!=b- Since:
- 2.3
-
operator_power
@Pure public static double operator_power(short a, int b)
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a short.b- an integer.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
@Pure public static boolean operator_tripleEquals(short a, int b)
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a short.b- an integer.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
@Pure public static boolean operator_tripleNotEquals(short a, int b)
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a short.b- an integer.- Returns:
a != b- Since:
- 2.4
-
operator_plus
@Pure public static int operator_plus(short a, char b)
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a short.b- a character.- Returns:
a+b- Since:
- 2.3
-
operator_minus
@Pure public static int operator_minus(short a, char b)
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a short.b- a character.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
@Pure public static int operator_multiply(short a, char b)
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a short.b- a character.- Returns:
a*b- Since:
- 2.3
-
operator_divide
@Pure public static int operator_divide(short a, char b)
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a short.b- a character.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
@Pure public static int operator_modulo(short a, char b)
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a short.b- a character.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
@Pure public static boolean operator_lessThan(short a, char b)
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a short.b- a character.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
@Pure public static boolean operator_lessEqualsThan(short a, char b)
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a short.b- a character.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
@Pure public static boolean operator_greaterThan(short a, char b)
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a short.b- a character.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
@Pure public static boolean operator_greaterEqualsThan(short a, char b)
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a short.b- a character.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
@Pure public static boolean operator_equals(short a, char b)
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a short.b- a character.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
@Pure public static boolean operator_notEquals(short a, char b)
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a short.b- a character.- Returns:
a!=b- Since:
- 2.3
-
operator_power
@Pure public static double operator_power(short a, char b)
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a short.b- a character.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
@Pure public static boolean operator_tripleEquals(short a, char b)
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a short.b- a character.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
@Pure public static boolean operator_tripleNotEquals(short a, char b)
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a short.b- a character.- Returns:
a != b- Since:
- 2.4
-
operator_plus
@Pure public static int operator_plus(short a, short b)
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a short.b- a short.- Returns:
a+b- Since:
- 2.3
-
operator_minus
@Pure public static int operator_minus(short a, short b)
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a short.b- a short.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
@Pure public static int operator_multiply(short a, short b)
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a short.b- a short.- Returns:
a*b- Since:
- 2.3
-
operator_divide
@Pure public static int operator_divide(short a, short b)
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a short.b- a short.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
@Pure public static int operator_modulo(short a, short b)
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a short.b- a short.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
@Pure public static boolean operator_lessThan(short a, short b)
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a short.b- a short.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
@Pure public static boolean operator_lessEqualsThan(short a, short b)
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a short.b- a short.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
@Pure public static boolean operator_greaterThan(short a, short b)
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a short.b- a short.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
@Pure public static boolean operator_greaterEqualsThan(short a, short b)
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a short.b- a short.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
@Pure public static boolean operator_equals(short a, short b)
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a short.b- a short.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
@Pure public static boolean operator_notEquals(short a, short b)
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a short.b- a short.- Returns:
a!=b- Since:
- 2.3
-
operator_power
@Pure public static double operator_power(short a, short b)
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a short.b- a short.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
@Pure public static boolean operator_tripleEquals(short a, short b)
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a short.b- a short.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
@Pure public static boolean operator_tripleNotEquals(short a, short b)
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a short.b- a short.- Returns:
a != b- Since:
- 2.4
-
operator_plus
@Pure public static int operator_plus(short a, byte b)
The binaryplusoperator. This is the equivalent to the Java+operator.- Parameters:
a- a short.b- a byte.- Returns:
a+b- Since:
- 2.3
-
operator_minus
@Pure public static int operator_minus(short a, byte b)
The binaryminusoperator. This is the equivalent to the Java-operator.- Parameters:
a- a short.b- a byte.- Returns:
a-b- Since:
- 2.3
-
operator_multiply
@Pure public static int operator_multiply(short a, byte b)
The binarymultiplyoperator. This is the equivalent to the Java*operator.- Parameters:
a- a short.b- a byte.- Returns:
a*b- Since:
- 2.3
-
operator_divide
@Pure public static int operator_divide(short a, byte b)
The binarydivideoperator. This is the equivalent to the Java/operator.- Parameters:
a- a short.b- a byte.- Returns:
a/b- Since:
- 2.3
-
operator_modulo
@Pure public static int operator_modulo(short a, byte b)
The binarymodulooperator. This is the equivalent to the Java%operator.- Parameters:
a- a short.b- a byte.- Returns:
a%b- Since:
- 2.3
-
operator_lessThan
@Pure public static boolean operator_lessThan(short a, byte b)
The binarylessThanoperator. This is the equivalent to the Java<operator.- Parameters:
a- a short.b- a byte.- Returns:
a<b- Since:
- 2.3
-
operator_lessEqualsThan
@Pure public static boolean operator_lessEqualsThan(short a, byte b)
The binarylessEqualsThanoperator. This is the equivalent to the Java<=operator.- Parameters:
a- a short.b- a byte.- Returns:
a<=b- Since:
- 2.3
-
operator_greaterThan
@Pure public static boolean operator_greaterThan(short a, byte b)
The binarygreaterThanoperator. This is the equivalent to the Java>operator.- Parameters:
a- a short.b- a byte.- Returns:
a>b- Since:
- 2.3
-
operator_greaterEqualsThan
@Pure public static boolean operator_greaterEqualsThan(short a, byte b)
The binarygreaterEqualsThanoperator. This is the equivalent to the Java>=operator.- Parameters:
a- a short.b- a byte.- Returns:
a>=b- Since:
- 2.3
-
operator_equals
@Pure public static boolean operator_equals(short a, byte b)
The binaryequalsoperator. This is the equivalent to the Java==operator.- Parameters:
a- a short.b- a byte.- Returns:
a==b- Since:
- 2.3
-
operator_notEquals
@Pure public static boolean operator_notEquals(short a, byte b)
The binarynotEqualsoperator. This is the equivalent to the Java!=operator.- Parameters:
a- a short.b- a byte.- Returns:
a!=b- Since:
- 2.3
-
operator_power
@Pure public static double operator_power(short a, byte b)
The binarypoweroperator. This is the equivalent to the Java'sMath.pow()function.- Parameters:
a- a short.b- a byte.- Returns:
Math.pow(a, b)- Since:
- 2.3
-
operator_tripleEquals
@Pure public static boolean operator_tripleEquals(short a, byte b)
Theidentity equalsoperator. This is the equivalent to Java's==operator.- Parameters:
a- a short.b- a byte.- Returns:
a == b- Since:
- 2.4
-
operator_tripleNotEquals
@Pure public static boolean operator_tripleNotEquals(short a, byte b)
Theidentity not equalsoperator. This is the equivalent to Java's!=operator.- Parameters:
a- a short.b- a byte.- Returns:
a != b- Since:
- 2.4
-
-