Uses of Class
org.unitConverter.math.ExpressionParser.PriorityBinaryOperator
-
Packages that use ExpressionParser.PriorityBinaryOperator Package Description org.unitConverter.math Supplementary classes that are not related to units, but are necessary for their function. -
-
Uses of ExpressionParser.PriorityBinaryOperator in org.unitConverter.math
Fields in org.unitConverter.math with type parameters of type ExpressionParser.PriorityBinaryOperator Modifier and Type Field Description private java.util.Map<java.lang.String,ExpressionParser.PriorityBinaryOperator<T>>ExpressionParser. binaryOperatorsA map mapping operator strings to operator functions, for binary operators.private java.util.Map<java.lang.String,ExpressionParser.PriorityBinaryOperator<T>>ExpressionParser.Builder. binaryOperatorsA map mapping operator strings to operator functions, for binary operators.Methods in org.unitConverter.math with parameters of type ExpressionParser.PriorityBinaryOperator Modifier and Type Method Description intExpressionParser.PriorityBinaryOperator. compareTo(ExpressionParser.PriorityBinaryOperator<T> o)Compares this object to another by priority.
-