insert


Description:

public abstract void insert (int index, G item)

Inserts an item into this list at the specified position.

Parameters:

index

zero-based index at which item is inserted

item

item to insert into the list