iterator

abstract operator fun iterator(): EventIterator

Returns an EventIterator. The retrieved EventIterator will start at the beginning of the EventLog, and should not be used anymore if the underlying EventLog is modified.


abstract fun iterator(site: SiteIdentifier): EventIterator

Returns an EventIterator specific to a single site. The retrieved EventIterator will start at the beginning of the EventLog, and should not be used anymore if the underlying EventLog is modified.

Parameters

site

the SiteIdentifier for which the EventIterator is retrieved.