InsertAllExtension<T> extension

on

Methods

insertAll(int index, Iterable<T> other) Iterable<T>
Inserts all elements from another iterable into this iterable at the specified index.