IonSequence declares this method as required by java.util.List: ```java public boolean addAll(int index, Collection<? extends IonValue> c) ``` However it's not currently supported for IonDatagram. _Imported from ION-83,IONJAVA-133_