Uses of Class
fr.iMath.objects.Operator
| Package | Description |
|---|---|
| fr.iMath.algorithms | |
| fr.iMath.objects |
-
Uses of Operator in fr.iMath.algorithms
Fields in fr.iMath.algorithms with type parameters of type Operator Modifier and Type Field Description private static java.util.HashMap<Operator,java.util.function.BiFunction<java.lang.Float,java.lang.Float,java.lang.Float>>RPNAlgorithm. operatorsAssociation between operators and their associated functions. -
Uses of Operator in fr.iMath.objects
Fields in fr.iMath.objects declared as Operator Modifier and Type Field Description private OperatorEquationObjectData. operatorMethods in fr.iMath.objects that return Operator Modifier and Type Method Description static OperatorOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operator[]Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.iMath.objects with parameters of type Operator Constructor Description EquationObjectData(Operator operator)