EventIdentifierIterator

abstract class EventIdentifierIterator : Iterator<EventIdentifier>

An Iterator that is specialized for EventIdentifier. On the JVM, the values will be represented as a long.

Constructors

Link copied to clipboard
fun EventIdentifierIterator()

Functions

Link copied to clipboard
abstract operator fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): EventIdentifier

Returns the next EventIdentifier for the Iterator.

Link copied to clipboard
abstract fun nextEventIdentifier(): EventIdentifier

Returns the next EventIdentifier for the Iterator.