Uses of Interface
org.apache.commons.jexl3.JexlArithmetic.MapBuilder
-
Packages that use JexlArithmetic.MapBuilder Package Description org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions.org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of JexlArithmetic.MapBuilder in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return JexlArithmetic.MapBuilder Modifier and Type Method Description JexlArithmetic.MapBuilderJexlArithmetic. mapBuilder(int size)Deprecated.3.3JexlArithmetic.MapBuilderJexlArithmetic. mapBuilder(int size, boolean extended)Called by the interpreter when evaluating a literal map. -
Uses of JexlArithmetic.MapBuilder in org.apache.commons.jexl3.internal
Classes in org.apache.commons.jexl3.internal that implement JexlArithmetic.MapBuilder Modifier and Type Class Description classMapBuilderHelper class to create map literals.
-