TryInsertExtension<T> extension

on

Methods

tryInsert(int index, T value) Iterable<T>
Inserts an element into the iterable at the specified index.
tryInsert2(int index, T v1, T v2) Iterable<T>
Inserts two elements into the iterable at the specified index.
tryInsert3(int index, T v1, T v2, T v3) Iterable<T>
Inserts three elements into the iterable at the specified index.
tryInsert4(int index, T v1, T v2, T v3, T v4) Iterable<T>
Inserts four elements into the iterable at the specified index.
tryInsert5(int index, T v1, T v2, T v3, T v4, T v5) Iterable<T>
Inserts five elements into the iterable at the specified index.
tryInsert6(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.
tryInsert7(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.
tryInsert8(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.
tryInsert9(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.