ofShort

final class ofShort(elems: AtomicIntegerArray) extends AtomicArray[Short]
class AtomicArray[Short]
trait IndexedSeq[Short]
trait IndexedSeqOps[Short, [T] =>> AtomicArray[T], AtomicArray[Short]]
trait IndexedSeq[Short]
trait IndexedSeqOps[Short, [T] =>> AtomicArray[T], AtomicArray[Short]]
trait Seq[Short]
trait SeqOps[Short, [T] =>> AtomicArray[T], AtomicArray[Short]]
trait Cloneable[AtomicArray[Short]]
trait Cloneable
trait Seq[Short]
trait Equals
trait SeqOps[Short, [T] =>> AtomicArray[T], AtomicArray[Short]]
trait PartialFunction[Int, Short]
trait Int => Short
trait Iterable[Short]
trait Iterable[Short]
trait IterableFactoryDefaults[Short, [T] =>> AtomicArray[T]]
trait IterableOps[Short, [T] =>> AtomicArray[T], AtomicArray[Short]]
trait IterableOnceOps[Short, [T] =>> AtomicArray[T], AtomicArray[Short]]
trait IterableOnce[Short]
class Object
trait Matchable
class Any

Value members

Constructors

def this(size: Int)

Concrete methods

def apply(index: Int): Short
def compareAndSet(index: Int, expected: Short, elem: Short): Boolean
def length: Int
override def newSpecificBuilder: Builder[Short, AtomicArray[Short]]
Definition Classes
IterableFactoryDefaults -> IterableOps
def swap(index: Int, elem: Short): Short
def update(index: Int, elem: Short): Unit

Inherited methods

@inline
final def ++[B >: Short](suffix: IterableOnce[B]): AtomicArray[B]
Inherited from
IterableOps
@inline
final override def ++:[B >: Short](prefix: IterableOnce[B]): AtomicArray[B]
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
@inline
final def +:[B >: Short](elem: B): AtomicArray[B]
Inherited from
SeqOps
@inline
final def :+[B >: Short](elem: B): AtomicArray[B]
Inherited from
SeqOps
@inline
final def :++[B >: Short](suffix: IterableOnce[B]): AtomicArray[B]
Inherited from
SeqOps
def `scala$collection$SeqOps$$super$concat`[B >: Short](suffix: IterableOnce[B]): AtomicArray[B]
Inherited from
SeqOps
Inherited from
SeqOps
Inherited from
SeqOps
Inherited from
Cloneable
@inline
final def addString(b: StringBuilder): StringBuilder
Inherited from
IterableOnceOps
@inline
final def addString(b: StringBuilder, sep: String): StringBuilder
Inherited from
IterableOnceOps
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
Inherited from
IterableOnceOps
def andThen[C](k: PartialFunction[Short, C]): PartialFunction[Int, C]
Inherited from
PartialFunction
override def andThen[C](k: Short => C): PartialFunction[Int, C]
Definition Classes
PartialFunction -> Function1
Inherited from
PartialFunction
def appended[B >: Short](elem: B): AtomicArray[B]
Inherited from
SeqOps
def appendedAll[B >: Short](suffix: IterableOnce[B]): AtomicArray[B]
Inherited from
SeqOps
def applyOrElse[A1 <: Int, B1 >: Short](x: A1, default: A1 => B1): B1
Inherited from
PartialFunction
def canEqual(that: Any): Boolean
Inherited from
Seq
override def className: String
Definition Classes
AtomicArray -> Iterable
Inherited from
AtomicArray
override def clone: AtomicArray[Short]

Clones this object, including the underlying Array.

Clones this object, including the underlying Array.

Definition Classes
AtomicArray -> SeqOps -> Cloneable -> Object
Inherited from
AtomicArray
def collect[B](pf: PartialFunction[Short, B]): AtomicArray[B]
Inherited from
IterableOps
def collectFirst[B](pf: PartialFunction[Short, B]): Option[B]
Inherited from
IterableOnceOps
def combinations(n: Int): Iterator[AtomicArray[Short]]
Inherited from
SeqOps
def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Short]
Inherited from
PartialFunction
@unspecialized
def compose[A](g: A => Int): A => Short
Inherited from
Function1
@inline
final override def concat[B >: Short](suffix: IterableOnce[B]): AtomicArray[B]
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
def contains[A1 >: Short](elem: A1): Boolean
Inherited from
SeqOps
def containsSlice[B >: Short](that: Seq[B]): Boolean
Inherited from
SeqOps
def copyToArray[B >: Short](xs: Array[B], start: Int, len: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
def copyToArray[B >: Short](xs: Array[B], start: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
def copyToArray[B >: Short](xs: Array[B]): Int
Inherited from
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: (Short, B) => Boolean): Boolean
Inherited from
IterableOnceOps
def corresponds[B](that: Seq[B])(p: (Short, B) => Boolean): Boolean
Inherited from
SeqOps
def count(p: Short => Boolean): Int
Inherited from
IterableOnceOps
def diff[B >: Short](that: Seq[B]): AtomicArray[Short]
Inherited from
SeqOps
def distinct: AtomicArray[Short]
Inherited from
SeqOps
def distinctBy[B](f: Short => B): AtomicArray[Short]
Inherited from
SeqOps
override def drop(n: Int): AtomicArray[Short]
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
override def dropRight(n: Int): AtomicArray[Short]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
def dropWhile(p: Short => Boolean): AtomicArray[Short]
Inherited from
IterableOps
def elementWise: ElementWiseExtractor[Int, Short]
Inherited from
PartialFunction
override def empty: AtomicArray[Short]
Definition Classes
IterableFactoryDefaults -> IterableOps
Inherited from
IterableFactoryDefaults
def endsWith[B >: Short](that: Iterable[B]): Boolean
Inherited from
SeqOps
override def equals(o: Any): Boolean
Definition Classes
Seq -> Equals -> Any
Inherited from
Seq
def exists(p: Short => Boolean): Boolean
Inherited from
IterableOnceOps
def filter(pred: Short => Boolean): AtomicArray[Short]
Inherited from
IterableOps
def filterNot(pred: Short => Boolean): AtomicArray[Short]
Inherited from
IterableOps
def find(p: Short => Boolean): Option[Short]
Inherited from
IterableOnceOps
def findLast(p: Short => Boolean): Option[Short]
Inherited from
SeqOps
def flatMap[B](f: Short => IterableOnce[B]): AtomicArray[B]
Inherited from
IterableOps
def flatten[B](asIterable: Short => IterableOnce[B]): AtomicArray[B]
Inherited from
IterableOps
def fold[A1 >: Short](z: A1)(op: (A1, A1) => A1): A1
Inherited from
IterableOnceOps
def foldLeft[B](z: B)(op: (B, Short) => B): B
Inherited from
IterableOnceOps
override def foldRight[B](z: B)(op: (Short, B) => B): B
Definition Classes
IndexedSeqOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def forall(p: Short => Boolean): Boolean
Inherited from
IterableOnceOps
def foreach[U](f: Short => U): Unit
Inherited from
IterableOnceOps
protected def fromSpecific(coll: IterableOnce[Short]): AtomicArray[Short]
Inherited from
IterableFactoryDefaults
@tailrec
final def getAndTransform(index: Int)(f: Short => Short): Short

Retries compareAndSet until success, using f, then returns the old value

Retries compareAndSet until success, using f, then returns the old value

Inherited from
AtomicArray
def groupBy[K](f: Short => K): Map[K, AtomicArray[Short]]
Inherited from
IterableOps
def groupMap[K, B](key: Short => K)(f: Short => B): Map[K, AtomicArray[B]]
Inherited from
IterableOps
def groupMapReduce[K, B](key: Short => K)(f: Short => B)(reduce: (B, B) => B): Map[K, B]
Inherited from
IterableOps
def grouped(size: Int): Iterator[AtomicArray[Short]]
Inherited from
IterableOps
override def hashCode(): Int
Definition Classes
Seq -> Any
Inherited from
Seq
override def head: Short
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
override def headOption: Option[Short]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
@deprecatedOverriding("Override indexOf(elem, from) instead - indexOf(elem) calls indexOf(elem, 0)", "2.13.0")
def indexOf[B >: Short](elem: B): Int
Inherited from
SeqOps
def indexOf[B >: Short](elem: B, from: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override indexOfSlice(that, from) instead - indexOfSlice(that) calls indexOfSlice(that, 0)", "2.13.0")
def indexOfSlice[B >: Short](that: Seq[B]): Int
Inherited from
SeqOps
def indexOfSlice[B >: Short](that: Seq[B], from: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override indexWhere(p, from) instead - indexWhere(p) calls indexWhere(p, 0)", "2.13.0")
def indexWhere(p: Short => Boolean): Int
Inherited from
SeqOps
def indexWhere(p: Short => Boolean, from: Int): Int
Inherited from
SeqOps
def indices: Range
Inherited from
SeqOps
def init: AtomicArray[Short]
Inherited from
IterableOps
def inits: Iterator[AtomicArray[Short]]
Inherited from
IterableOps
def intersect[B >: Short](that: Seq[B]): AtomicArray[Short]
Inherited from
SeqOps
def isDefinedAt(idx: Int): Boolean
Inherited from
SeqOps
override def isEmpty: Boolean
Definition Classes
SeqOps -> IterableOnceOps
Inherited from
SeqOps
override def isTraversableAgain: Boolean
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def iterator: Iterator[Short]
Inherited from
IndexedSeqOps
override def knownSize: Int
Definition Classes
IndexedSeqOps -> IterableOnce
Inherited from
IndexedSeqOps
override def last: Short
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
def lastIndexOf[B >: Short](elem: B, end: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override lastIndexOfSlice(that, end) instead - lastIndexOfSlice(that) calls lastIndexOfSlice(that, Int.MaxValue)", "2.13.0")
def lastIndexOfSlice[B >: Short](that: Seq[B]): Int
Inherited from
SeqOps
def lastIndexOfSlice[B >: Short](that: Seq[B], end: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override lastIndexWhere(p, end) instead - lastIndexWhere(p) calls lastIndexWhere(p, Int.MaxValue)", "2.13.0")
def lastIndexWhere(p: Short => Boolean): Int
Inherited from
SeqOps
def lastIndexWhere(p: Short => Boolean, end: Int): Int
Inherited from
SeqOps
def lastOption: Option[Short]
Inherited from
IterableOps
def lazyZip[B](that: Iterable[B]): LazyZip2[Short, B, ofShort]
Inherited from
Iterable
final override def lengthCompare(that: Iterable[_]): Int
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
final override def lengthCompare(len: Int): Int
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
@inline
final def lengthIs: SizeCompareOps
Inherited from
SeqOps
def lift: Int => Option[Short]
Inherited from
PartialFunction
override def map[B](f: Short => B): AtomicArray[B]
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def mapInPlace(f: Short => Short): ofShort
Inherited from
IndexedSeqOps
def max[B >: Short](ord: Ordering[B]): Short
Inherited from
IterableOnceOps
def maxBy[B](f: Short => B)(cmp: Ordering[B]): Short
Inherited from
IterableOnceOps
def maxByOption[B](f: Short => B)(cmp: Ordering[B]): Option[Short]
Inherited from
IterableOnceOps
def maxOption[B >: Short](ord: Ordering[B]): Option[Short]
Inherited from
IterableOnceOps
def min[B >: Short](ord: Ordering[B]): Short
Inherited from
IterableOnceOps
def minBy[B](f: Short => B)(cmp: Ordering[B]): Short
Inherited from
IterableOnceOps
def minByOption[B](f: Short => B)(cmp: Ordering[B]): Option[Short]
Inherited from
IterableOnceOps
def minOption[B >: Short](ord: Ordering[B]): Option[Short]
Inherited from
IterableOnceOps
@inline
final def mkString: String
Inherited from
IterableOnceOps
@inline
final def mkString(sep: String): String
Inherited from
IterableOnceOps
final def mkString(start: String, sep: String, end: String): String
Inherited from
IterableOnceOps
@deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
def nonEmpty: Boolean
Inherited from
IterableOnceOps
def orElse[A1 <: Int, B1 >: Short](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
Inherited from
PartialFunction
def padTo[B >: Short](len: Int, elem: B): AtomicArray[B]
Inherited from
SeqOps
def partition(p: Short => Boolean): (AtomicArray[Short], AtomicArray[Short])
Inherited from
IterableOps
def partitionMap[A1, A2](f: Short => Either[A1, A2]): (AtomicArray[A1], AtomicArray[A2])
Inherited from
IterableOps
def patch[B >: Short](from: Int, other: IterableOnce[B], replaced: Int): AtomicArray[B]
Inherited from
SeqOps
def permutations: Iterator[AtomicArray[Short]]
Inherited from
SeqOps
override def prepended[B >: Short](elem: B): AtomicArray[B]
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
def prependedAll[B >: Short](prefix: IterableOnce[B]): AtomicArray[B]
Inherited from
SeqOps
def product[B >: Short](num: Numeric[B]): B
Inherited from
IterableOnceOps
def reduce[B >: Short](op: (B, B) => B): B
Inherited from
IterableOnceOps
def reduceLeft[B >: Short](op: (B, Short) => B): B
Inherited from
IterableOnceOps
def reduceLeftOption[B >: Short](op: (B, Short) => B): Option[B]
Inherited from
IterableOnceOps
def reduceOption[B >: Short](op: (B, B) => B): Option[B]
Inherited from
IterableOnceOps
def reduceRight[B >: Short](op: (Short, B) => B): B
Inherited from
IterableOnceOps
def reduceRightOption[B >: Short](op: (Short, B) => B): Option[B]
Inherited from
IterableOnceOps
override def reverse: AtomicArray[Short]
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override def reverseIterator: Iterator[Short]
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override protected def reversed: Iterable[Short]
Definition Classes
IndexedSeqOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def runWith[U](action: Short => U): Int => Boolean
Inherited from
PartialFunction
def sameElements[B >: Short](that: IterableOnce[B]): Boolean
Inherited from
SeqOps
def scan[B >: Short](z: B)(op: (B, B) => B): AtomicArray[B]
Inherited from
IterableOps
def scanLeft[B](z: B)(op: (B, Short) => B): AtomicArray[B]
Inherited from
IterableOps
def scanRight[B](z: B)(op: (Short, B) => B): AtomicArray[B]
Inherited from
IterableOps
override def search[B >: Short](elem: B, from: Int, to: Int)(ord: Ordering[B]): SearchResult
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override def search[B >: Short](elem: B)(ord: Ordering[B]): SearchResult
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
def segmentLength(p: Short => Boolean, from: Int): Int
Inherited from
SeqOps
final def segmentLength(p: Short => Boolean): Int
Inherited from
SeqOps
final override def size: Int
Definition Classes
SeqOps -> IterableOnceOps
Inherited from
SeqOps
final override def sizeCompare(that: Iterable[_]): Int
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
final override def sizeCompare(otherSize: Int): Int
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
@inline
final def sizeIs: SizeCompareOps
Inherited from
IterableOps
override def slice(from: Int, until: Int): AtomicArray[Short]
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def sliding(size: Int, step: Int): Iterator[AtomicArray[Short]]
Inherited from
IterableOps
def sliding(size: Int): Iterator[AtomicArray[Short]]
Inherited from
IterableOps
def sortBy[B](f: Short => B)(ord: Ordering[B]): AtomicArray[Short]
Inherited from
SeqOps
def sortInPlace[B >: Short](ord: Ordering[B]): ofShort
Inherited from
IndexedSeqOps
def sortInPlaceBy[B](f: Short => B)(ord: Ordering[B]): ofShort
Inherited from
IndexedSeqOps
def sortInPlaceWith(lt: (Short, Short) => Boolean): ofShort
Inherited from
IndexedSeqOps
def sortWith(lt: (Short, Short) => Boolean): AtomicArray[Short]
Inherited from
SeqOps
def sorted[B >: Short](ord: Ordering[B]): AtomicArray[Short]
Inherited from
SeqOps
def span(p: Short => Boolean): (AtomicArray[Short], AtomicArray[Short])
Inherited from
IterableOps
override def splitAt(n: Int): (AtomicArray[Short], AtomicArray[Short])
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def startsWith[B >: Short](that: IterableOnce[B], offset: Int): Boolean
Inherited from
SeqOps
override def stepper[S <: Stepper[_]](shape: StepperShape[Short, S]): S & EfficientSplit
Definition Classes
IndexedSeqOps -> IterableOnce
Inherited from
IndexedSeqOps
def sum[B >: Short](num: Numeric[B]): B
Inherited from
IterableOnceOps
def tail: AtomicArray[Short]
Inherited from
IterableOps
def tails: Iterator[AtomicArray[Short]]
Inherited from
IterableOps
override def take(n: Int): AtomicArray[Short]
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
override def takeRight(n: Int): AtomicArray[Short]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
def takeWhile(p: Short => Boolean): AtomicArray[Short]
Inherited from
IterableOps
override def tapEach[U](f: Short => U): AtomicArray[Short]
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def to[C1](factory: Factory[Short, C1]): C1
Inherited from
IterableOnceOps
def toArray[B >: Short](ClassTag[B]): Array[B]
Inherited from
IterableOnceOps
@inline
final def toBuffer[B >: Short]: Buffer[B]
Inherited from
IterableOnceOps
def toIndexedSeq: IndexedSeq[Short]
Inherited from
IterableOnceOps
final def toIterable: ofShort
Inherited from
Iterable
def toList: List[Short]
Inherited from
IterableOnceOps
def toMap[K, V](ev: Short <:< (K, V)): Map[K, V]
Inherited from
IterableOnceOps
def toSeq: Seq[Short]
Inherited from
IterableOnceOps
def toSet[B >: Short]: Set[B]
Inherited from
IterableOnceOps
override def toString(): String
Definition Classes
Seq -> Function1 -> Iterable -> Any
Inherited from
Seq
def toVector: Vector[Short]
Inherited from
IterableOnceOps
def transpose[B](asIterable: Short => Iterable[B]): AtomicArray[AtomicArray[B]]
Inherited from
IterableOps
def unapply(a: Int): Option[Short]
Inherited from
PartialFunction
def unzip[A1, A2](asPair: Short => (A1, A2)): (AtomicArray[A1], AtomicArray[A2])
Inherited from
IterableOps
def unzip3[A1, A2, A3](asTriple: Short => (A1, A2, A3)): (AtomicArray[A1], AtomicArray[A2], AtomicArray[A3])
Inherited from
IterableOps
def updated[B >: Short](index: Int, elem: B): AtomicArray[B]
Inherited from
SeqOps
override def view: IndexedSeqView[Short]
Definition Classes
IndexedSeqOps -> SeqOps -> IterableOps
Inherited from
IndexedSeqOps
def withFilter(p: Short => Boolean): WithFilter[Short, [T] =>> AtomicArray[T]]
Inherited from
IterableOps
def zip[B](that: IterableOnce[B]): AtomicArray[(Short, B)]
Inherited from
IterableOps
def zipAll[A1 >: Short, B](that: Iterable[B], thisElem: A1, thatElem: B): AtomicArray[(A1, B)]
Inherited from
IterableOps
def zipWithIndex: AtomicArray[(Short, Int)]
Inherited from
IterableOps

Deprecated and Inherited methods

@inline @deprecated("Use foldLeft instead of /:", "2.13.0")
final def /:[B](z: B)(op: (B, Short) => B): B
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use foldRight instead of :\\", "2.13.0")
final def :\[B](z: B)(op: (Short, B) => B): B
Deprecated
Inherited from
IterableOnceOps
@deprecated("`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", "2.13.0")
def aggregate[B](z: => B)(seqop: (B, Short) => B, combop: (B, B) => B): B
Deprecated
Inherited from
IterableOnceOps
@inline @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @deprecated("Use iterableFactory instead", "2.13.0")
def companion: IterableFactory[[T] =>> AtomicArray[T]]
Deprecated
Inherited from
IterableOps
@inline @deprecated("Use `dest ++= coll` instead", "2.13.0")
final def copyToBuffer[B >: Short](dest: Buffer[B]): Unit
Deprecated
Inherited from
IterableOnceOps
@deprecated("Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)", "2.13.0")
def hasDefiniteSize: Boolean
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use segmentLength instead of prefixLength", "2.13.0")
final def prefixLength(p: Short => Boolean): Int
Deprecated
Inherited from
SeqOps
@deprecated("Use coll instead of repr in a collection implementation, use the collection value itself from the outside", "2.13.0")
final def repr: AtomicArray[Short]
Deprecated
Inherited from
IterableOps
@deprecated("Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)", "2.13.0")
def reverseMap[B](f: Short => B): AtomicArray[B]
Deprecated
Inherited from
SeqOps
@deprecated("Iterable.seq always returns the iterable itself", "2.13.0")
def seq: ofShort
Deprecated
Inherited from
Iterable
@inline @deprecated("Use .iterator instead of .toIterator", "2.13.0")
final def toIterator: Iterator[Short]
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use .to(LazyList) instead of .toStream", "2.13.0")
final def toStream: Stream[Short]
Deprecated
Inherited from
IterableOnceOps
@deprecated("Use toIterable instead", "2.13.0")
final def toTraversable: Iterable[Short]
Deprecated
Inherited from
IterableOps
@inline @deprecated("Use `mapInPlace` on an `IndexedSeq` instead", "2.13.0")
final def transform(f: Short => Short): ofShort
Deprecated
Inherited from
SeqOps
@inline @deprecated("Use `concat` instead", "2.13.0")
final def union[B >: Short](that: Seq[B]): AtomicArray[B]
Deprecated
Inherited from
SeqOps
@deprecated("Use .view.slice(from, until) instead of .view(from, until)", "2.13.0")
override def view(from: Int, until: Int): IndexedSeqView[Short]
Deprecated
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps

Inherited fields

override val iterableFactory: SeqFactory[[T] =>> AtomicArray[T]]
Inherited from
AtomicArray