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

Method toArray

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

Returns an array containing all of the elements in this sequence in proper order. Obeys the general contract of the Collection#toArray() method. If this sequence is an plain #isNullValue() Ion null value, it will behave like an empty sequence. @return an array containing all of t

()

Source from the content-addressed store, hash-verified

523 * proper order.
524 */
525 public IonValue[] toArray();
526
527
528 /**

Callers 15

testToArrayMethod · 0.95
eventStreamToEventMethod · 0.65
valuesExcludingMethod · 0.65
valuesExcludingMethod · 0.65
valuesWithMethod · 0.65
valuesWithoutMethod · 0.65
testdataFilesMethod · 0.65
readIntsIntoOtherTypeMethod · 0.65
sublistToArrayMethod · 0.65
sublistToTypedArrayMethod · 0.65

Implementers 1

IonSequenceLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 12

testToArrayMethod · 0.76
valuesExcludingMethod · 0.52
valuesExcludingMethod · 0.52
valuesWithMethod · 0.52
valuesWithoutMethod · 0.52
testdataFilesMethod · 0.52
readIntsIntoOtherTypeMethod · 0.52
sublistToArrayMethod · 0.52
sublistToTypedArrayMethod · 0.52