Constructs a new list with given children. @param values the initial set of children. If null , then the new instance will have IonValue#isNullValue() == true . @throws ContainedValueException if any value in values has {@link IonValu
(Collection<? extends IonValue> values)
| 272 | * IonSequence#addAll(Collection) .addAll(Collection)}. |
| 273 | */ |
| 274 | @Deprecated |
| 275 | public IonList newList(Collection<? extends IonValue> values) |
| 276 | throws ContainedValueException, NullPointerException; |
| 277 |
no outgoing calls