scala.concurrent.stm.skel.AtomicArray
The element at given index, with volatile read semantics
The element at given index, with volatile read semantics
Clones this object, including the underlying Array.
Clones this object, including the underlying Array.
Returns true iff previous value was expected, elem installed
Returns true iff previous value was expected, elem installed
Retries compareAndSet until success, using f, then returns the old value
Retries compareAndSet until success, using f, then returns the old value
The length of the array
The length of the array
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
Atomic swap of the element at index
Atomic swap of the element at index
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.
Update element at given index, with volatile write semantics
Update element at given index, with volatile write semantics