ofByte

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

Value members

Inherited methods

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