T - - the type of this expression's valuespublic final class LiteralSetExpression<T> extends Object implements Expression
Expression that contains a set of values.| Constructor and Description |
|---|
LiteralSetExpression(Set<T> values,
Class<T> type)
Constructs a
LiteralSetExpression given a list of values
and its type. |
public LiteralSetExpression(Set<T> values, Class<T> type)
LiteralSetExpression given a list of values
and its type.
This constructor exists mainly for JSON serialization, use methods in
ExpressionFactory instead of this constructor.
values - - a list of values for this expressiontype - - the type of values of stored in the provided set
(needed for serialization)Copyright © 2015. All rights reserved.