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
()
| 523 | * proper order. |
| 524 | */ |
| 525 | public IonValue[] toArray(); |
| 526 | |
| 527 | |
| 528 | /** |
no outgoing calls