Package org.apache.commons.jexl3
Interface JexlArithmetic.SetBuilder
- Enclosing class:
- JexlArithmetic
public static interface JexlArithmetic.SetBuilder
Helper interface used when creating a set literal.
The default implementation creates a java.util.HashSet.
-
Method Summary
-
Method Details
-
add
Adds a literal to the set.- Parameters:
value
- the item to add
-
create
Creates the actual "set" instance.- Returns:
- the set
-