AtomicInt

kyo.AtomicInt
final class AtomicInt extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def addAndGet(v: Int): Int < IOs
def cas(curr: Int, next: Int): Boolean < IOs
def decrementAndGet: Int < IOs
def get: Int < IOs
def getAndAdd(v: Int): Int < IOs
def getAndDecrement: Int < IOs
def getAndIncrement: Int < IOs
def getAndSet(v: Int): Int < IOs
def incrementAndGet: Int < IOs
def lazySet(v: Int): Unit < IOs
def set(v: Int): Unit < IOs
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any