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- 
addAdds a literal to the set.- Parameters:
- value- the item to add
 
- 
createCreates the actual "set" instance.- Returns:
- the set
 
 
-