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