class ArrayBufferView [ A ]
extends IndexedView

Constructors

ArrayBufferView ( elems: Array [ AnyRef ] , start: Int , end: Int )

Members

val elems : Array [ AnyRef ]
val end : Int
val start : Int
def apply ( n: Int ) : A
override def className : String

The class name of this collection. To be used for converting to string. Collections generally print like this:

 <className>(elem_1, ..., elem_n)

The class name of this collection. To be used for converting to string. Collections generally print like this:

 <className>(elem_1, ..., elem_n)
def length : Int