ofShort

final
class ofShort(array: Array[Short]) extends ImmutableArray1[Short]
class ImmutableArray1[Short]
class ImmutableArray[Short]
class Object
trait Matchable
class Any

Value members

Inherited methods

override
def ++[B >: Short : ClassTag](other: ImmutableArray[B]): ImmutableArray[B]
Definition Classes
Inherited from
ImmutableArray1
def apply(idx: Int): Short
Inherited from
ImmutableArray1
def componentType: Class[_]
Inherited from
ImmutableArray1
def copyToArray[B >: Short](xs: Array[B], start: Int, len: Int): Unit
Inherited from
ImmutableArray1
def isEmpty: Boolean
Inherited from
ImmutableArray
def length: Int
Inherited from
ImmutableArray1
def slice(from: Int, until: Int): ImmutableArray[Short]
Inherited from
ImmutableArray1
def toArray[B >: Short : ClassTag]: Array[B]
Inherited from
ImmutableArray1