{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

AtomicLong


Summary

Public constructors

AtomicLong(value: Long)
Cmn

Public functions

Long
get()
Cmn
Long
Cmn
Unit
set(value: Long)
Cmn

Public constructors

AtomicLong

AtomicLong(value: Long)

Public functions

get

fun get(): Long

getAndIncrement

fun getAndIncrement(): Long

set

fun set(value: Long): Unit