AtomicInt
Constructors
Properties
value
The value being held by this class.
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