I can call list.add() which adds at the end but there is no convenient way to add an entry to a specific index which at the same time grows the list.
You can use the insert() and removeAt() methods now.
insert()
removeAt()