public final class CollectionValue<T> extends Object implements ValueASTNode<Collection>
| 构造器和说明 |
|---|
CollectionValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.