AtomicInt

actual typealias AtomicInt = AtomicInteger
expect class AtomicInt : Number
actual typealias AtomicInt = AtomicInteger

Constructors

Link copied to clipboard
expect fun AtomicInt(initialValue: Int)

Functions

Link copied to clipboard
expect fun getAndIncrement(): Int
Link copied to clipboard
expect fun set(newValue: Int)
Link copied to clipboard
abstract fun toByte(): Byte
Link copied to clipboard
abstract fun toChar(): Char
Link copied to clipboard
abstract fun toDouble(): Double
Link copied to clipboard
abstract fun toFloat(): Float
Link copied to clipboard
abstract fun toInt(): Int
Link copied to clipboard
abstract fun toLong(): Long
Link copied to clipboard
abstract fun toShort(): Short