EventCounts

sealed external class EventCounts : ReadonlyMap<EventType<*>, Int> (source)

Properties

Link copied to clipboard
abstract override val size: Int

Functions

Link copied to clipboard
abstract fun entries(): JsIterator<JsTuple2<EventType<*>, Int>>
Link copied to clipboard
abstract fun forEach(action: (value: Int, key: EventType<*>) -> Unit)
Link copied to clipboard
abstract operator fun get(key: EventType<*>): Int?
open operator fun get(key: Symbol.iterator): () -> JsIterator<JsTuple2<EventType<*>, Int>>
Link copied to clipboard
abstract override fun has(key: EventType<*>): Boolean
Link copied to clipboard
open inline operator fun iterator(): Iterator<JsTuple2<EventType<*>, Int>>
Link copied to clipboard
abstract fun keys(): JsIterator<EventType<*>>
Link copied to clipboard
abstract fun values(): JsIterator<Int>