CharacterTileIterator

class CharacterTileIterator(tileIterator: Iterator<CharacterTile>) : Iterator<List<CharacterTile>>

Responsible for iterating over a [<] and returning a list of CharacterTiles that represents a word

Constructors

CharacterTileIterator
Link copied to clipboard
common
fun CharacterTileIterator(tileIterator: Iterator<CharacterTile>)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
hasNext
Link copied to clipboard
common
open operator override fun hasNext(): Boolean
next
Link copied to clipboard
common
open operator override fun next(): List<CharacterTile>
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard