public final class CollectionValue<T> extends Object implements ValueASTNode<Collection>
| Constructor and Description |
|---|
CollectionValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
combine(CollectionValue<T> collectionValue)
Put all values from another collection value into this one.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValuepublic void combine(CollectionValue<T> collectionValue)
collectionValue - collection valueCopyright © 2020 The Apache Software Foundation. All rights reserved.