|
Scala Library
|
|
scala/RandomAccessSeq.scala]
object
RandomAccessSeq
extends AnyRef| Value Summary | |
val
|
empty
: RandomAccessSeq[Nothing]
The empty sequence
|
| Method Summary | |
def
|
apply
[A](xs : A*) : RandomAccessSeq[A]
Create read only sequence of specified elements
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Class Summary | |
trait
|
Mutable
[A] extends RandomAccessSeq[A]
A random access sequence that supports update (e.g., an array)
|
trait
|
MutableProjection
[A] extends Projection[A] with Mutable[A]
|
trait
|
Projection
[+A] extends Projection[A] with RandomAccessSeq[A]
|
| Value Details |
| Method Details |
|
Scala Library
|
|