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