listIterator

fun listIterator(index: Int = 0): ListIterator<Tag>

Returns a list iterator over the elements in this list (in proper sequence), starting at the specified index.