Package com.tonic.analysis.query.value
Class Value.SetValue
- java.lang.Object
-
- com.tonic.analysis.query.value.Value.SetValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.tonic.analysis.query.value.Value
Value.Absent, Value.BoolValue, Value.IntValue, Value.NullValue, Value.RealValue, Value.RegexValue, Value.SetValue, Value.StrValue, Value.TypeValue
-
-
-
-
Constructor Detail
-
SetValue
public SetValue(List<Value> members)
- Parameters:
members- the members, copied into an immutable list- Throws:
NullPointerException- if members is null or holds a null
-
-