InsertExtension<T> extension

on

Methods

insert(int index, T value) Iterable<T>
Inserts an element into the iterable at the specified index.
insert2(int index, T v1, T v2) Iterable<T>
Inserts two elements into the iterable at the specified index.
insert3(int index, T v1, T v2, T v3) Iterable<T>
Inserts three elements into the iterable at the specified index.
insert4(int index, T v1, T v2, T v3, T v4) Iterable<T>
Inserts four elements into the iterable at the specified index.
insert5(int index, T v1, T v2, T v3, T v4, T v5) Iterable<T>
Inserts five elements into the iterable at the specified index.
insert6(int index, T v1, T v2, T v3, T v4, T v5, T v6) Iterable<T>
Inserts six elements into the iterable at the specified index.
insert7(int index, T v1, T v2, T v3, T v4, T v5, T v6, T v7) Iterable<T>
Inserts seven elements into the iterable at the specified index.
insert8(int index, T v1, T v2, T v3, T v4, T v5, T v6, T v7, T v8) Iterable<T>
Inserts eight elements into the iterable at the specified index.
insert9(int index, T v1, T v2, T v3, T v4, T v5, T v6, T v7, T v8, T v9) Iterable<T>
Inserts nine elements into the iterable at the specified index.