Vector2FListIterator

An iterator over a Vector2F collection that supports indexed access.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract operator fun hasNext(): Boolean
Link copied to clipboard
expect abstract fun hasPrevious(): Boolean
Link copied to clipboard
operator override fun next(): Vector2F
Link copied to clipboard
expect abstract fun nextIndex(): Int
Link copied to clipboard
abstract fun nextVector2F(): Vector2F

Returns the next element in the iteration without boxing.

Link copied to clipboard
override fun previous(): Vector2F
Link copied to clipboard
expect abstract fun previousIndex(): Int
Link copied to clipboard
abstract fun previousVector2F(): Vector2F

Returns the previous element in the iteration without boxing, and moves the cursor position backwards.