addNext

abstract fun addNext(element: Element)(source)

Adds element right after the iterators pointer.

The previous element is not changed, the provided element becomes the next element and the previously next element becomes an element after the next element.