AtomicInt
Constructors
Properties
value
var value: Int
Functions
decrement
Decrements value by one.
fun decrement()
increment
Increments value by one.
fun increment()
toString
Returns the string representation of this object.
fun toString(): String