Insert a collection in specific index
void insertAll(int index, Iterable<T> iterable) { _list.insertAll(index, iterable); _fireWatchers(); }