Uses of Interface
com.ezylang.evalex.config.FunctionDictionaryIfc
-
Packages that use FunctionDictionaryIfc Package Description com.ezylang.evalex.config -
-
Uses of FunctionDictionaryIfc in com.ezylang.evalex.config
Classes in com.ezylang.evalex.config that implement FunctionDictionaryIfc Modifier and Type Class Description classMapBasedFunctionDictionaryA default case-insensitive implementation of the function dictionary that uses a localMap.Entry<String, FunctionIfc>for storage.Methods in com.ezylang.evalex.config that return FunctionDictionaryIfc Modifier and Type Method Description static FunctionDictionaryIfcMapBasedFunctionDictionary. ofFunctions(java.util.Map.Entry<java.lang.String,FunctionIfc>... functions)Creates a new function dictionary with the specified list of functions.
-