Uses of Interface
com.ezylang.evalex.config.OperatorDictionaryIfc
-
Packages that use OperatorDictionaryIfc Package Description com.ezylang.evalex.config -
-
Uses of OperatorDictionaryIfc in com.ezylang.evalex.config
Classes in com.ezylang.evalex.config that implement OperatorDictionaryIfc Modifier and Type Class Description classMapBasedOperatorDictionaryA default case-insensitive implementation of the operator dictionary that uses a localMap.Entry<String,OperatorIfc>for storage.Methods in com.ezylang.evalex.config that return OperatorDictionaryIfc Modifier and Type Method Description static OperatorDictionaryIfcMapBasedOperatorDictionary. ofOperators(java.util.Map.Entry<java.lang.String,OperatorIfc>... operators)Creates a new operator dictionary with the specified list of operators.
-