add


Description:

public abstract void add (G item)

Adds the specified item after the current item in the iteration. The iterator is moved to the point of the new added item.

Please note that if iterator points in-between elements the element is added after the current element and iterator point on it.