remove_at


Description:

public abstract G remove_at (int index)

Removes the item at the specified index of this list.

Parameters:

index

zero-based index of the item to be removed

Returns:

the removed element