@NotThreadSafe public static final class ListValue.Builder extends Object
ListValue| Modifier and Type | Method and Description |
|---|---|
ListValue.Builder |
add(Object first,
Object... other)
Add a series of elements to this list
|
<T> ListValue.Builder |
addAll(Iterable<T> iterable)
Add elements from an iterable (list, set, other)
|
VariableValue |
build()
Build the value
|
public ListValue.Builder add(Object first, Object... other)
first - first elementother - other elements, if anyNullPointerException - one argument at least is nullpublic <T> ListValue.Builder addAll(Iterable<T> iterable)
T - type of elements in the iterableiterable - the iterableNullPointerException - the iterable is null, or one of its
elements is nullpublic VariableValue build()
VariableValueCopyright © 2013. All Rights Reserved.