ShortArray

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

Value members

Concrete methods

@inline
def apply(i: Int): Short
@inline
def atRaw(i: Int): RawPtr
@inline
override
Definition Classes
Array -> Object
@inline
@inline
def update(i: Int, value: Short): Unit

Inherited methods

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

Pointer to the element.

Pointer to the element.

Inherited from
Array
@inline
def length: Int

Number of elements of the array.

Number of elements of the array.

Inherited from
Array