Uses of Interface
org.apfloat.calc.FunctionCalculatorImpl.FixedFunctionHandler
-
Packages that use FunctionCalculatorImpl.FixedFunctionHandler Package Description org.apfloat.calc Arbitrary precision calculator interactive application. -
-
Uses of FunctionCalculatorImpl.FixedFunctionHandler in org.apfloat.calc
Fields in org.apfloat.calc declared as FunctionCalculatorImpl.FixedFunctionHandler Modifier and Type Field Description private FunctionCalculatorImpl.FixedFunctionHandler
FunctionCalculatorImpl.FixedFunction. handler
Methods in org.apfloat.calc with parameters of type FunctionCalculatorImpl.FixedFunctionHandler Modifier and Type Method Description protected FunctionCalculatorImpl.FixedFunction
FunctionCalculatorImpl. fixedFunction(java.lang.String name, int minArguments, int maxArguments, FunctionCalculatorImpl.FixedFunctionHandler handler)
Factory method.protected FunctionCalculatorImpl.FixedFunction
FunctionCalculatorImpl. fixedFunction(java.lang.String name, int arguments, FunctionCalculatorImpl.FixedFunctionHandler handler)
Factory method.
-