public class ListValue extends Value
| Constructor and Description |
|---|
ListValue() |
ListValue(int initialCapacity) |
ListValue(java.util.List<Value> values)
Create a new list value based on a list of values
|
ListValue(Value[] values) |
public ListValue()
public ListValue(int initialCapacity)
public ListValue(java.util.List<Value> values)
Note: the provided list not be modified after the constructor was called
values - public ListValue(Value[] values)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0