Insert the specified srcQueue into this queue at dstIndex.
Insert the specified srcQueue into this queue at the specified dstIndex. All current values with indices at or above dstIndex are shifted up by srcQueue.length() index positions. The behavior is undefined unless 0 <= dstIndex <= length().
| Name | Description |
|---|---|
| dstIndex | index at which to insert |
| srcQueue | queue whose elements are inserted |