Iterator.insertAfter
Inserts an entry to a container after the iterator. Applicable to a LinkedList only.
Arguments
value
to insert.
Return values
None
Complexity
Constant
Example
Output:
before,4,after,5,6,
Inserts an entry to a container after the iterator. Applicable to a LinkedList only.
None
Constant