ofInt

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

Value members

Inherited methods

override
def ++[B >: Int : ClassTag](other: ImmutableArray[B]): ImmutableArray[B]
Definition Classes
Inherited from
ImmutableArray1
def apply(idx: Int): Int
Inherited from
ImmutableArray1
def componentType: Class[_]
Inherited from
ImmutableArray1
def copyToArray[B >: Int](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[Int]
Inherited from
ImmutableArray1
def toArray[B >: Int : ClassTag]: Array[B]
Inherited from
ImmutableArray1