LongCounter

class LongCounter : Counter<Long>

Functions

add
Link copied to clipboard
common
open override fun add(delta: Long)
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

value
Link copied to clipboard
common
open override val value: Long