MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / newList

Method newList

src/main/java/com/amazon/ion/ValueFactory.java:274–274  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

272 * IonSequence#addAll(Collection) .addAll(Collection)}.
273 */
274 @Deprecated
275 public IonList newList(Collection<? extends IonValue> values)
276 throws ContainedValueException, NullPointerException;
277

Callers 15

cloneMultipleElementsMethod · 0.65
cloneDatagramMethod · 0.65
newSequenceMethod · 0.65
wrapMethod · 0.65
testAddOfCloneMethod · 0.65
testPutOfCloneMethod · 0.65

Implementers 1

_Private_CurriedValueFactorysrc/main/java/com/amazon/ion/impl/_Pri

Calls

no outgoing calls

Tested by 15

cloneMultipleElementsMethod · 0.52
cloneDatagramMethod · 0.52
newSequenceMethod · 0.52
wrapMethod · 0.52
testAddOfCloneMethod · 0.52
testPutOfCloneMethod · 0.52