ShortArray

final class ShortArray extends Array[Short]
Companion:
object
class Array[Short]
trait Cloneable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def clone(): ShortArray
Definition Classes
def update(i: Int, value: Short): Unit

Inherited methods

def at(i: Int): Ptr[Short]

Pointer to the element.

Pointer to the element.

Inherited from:
Array
def atUnsafe(i: Int): Ptr[Short]

Pointer to the element without a bounds check.

Pointer to the element without a bounds check.

Inherited from:
Array
def length: Int

Number of elements of the array.

Number of elements of the array.

Inherited from:
Array