insert


Description:

public abstract void insert (G item)

Inserts the specified item before the current item in the iteration. The iterator points to the same element as before.

Please note that if iterator points in-between elements the element is added between neighbouring elements and the iterator point between added element and the next one.