EventCounts

Properties

Link copied to clipboard
abstract override val size: Int

Functions

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