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

Method newSequence

src/test/java/com/amazon/ion/ListTest.java:40–44  ·  view source on GitHub ↗
(Collection<? extends IonValue> children)

Source from the content-addressed store, hash-verified

38 }
39
40 @Override
41 protected IonList newSequence(Collection<? extends IonValue> children)
42 {
43 return system().newList(children);
44 }
45
46 @Override
47 protected <T extends IonValue> IonList newSequence(T... elements)

Callers

nothing calls this directly

Calls 2

newListMethod · 0.65
systemMethod · 0.45

Tested by

no test coverage detected