|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface JexlArithmetic.SetBuilder
Helper interface used when creating a set literal.
The default implementation creates a java.util.HashSet.
| Method Summary | |
|---|---|
void |
add(Object value)
Adds a literal to the set. |
Object |
create()
Creates the actual "set" instance. |
| Method Detail |
|---|
void add(Object value)
value - the item to addObject create()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||