|
Scala Library Documentation
|
|
scala/RandomAccessSeq.scala]
object
RandomAccessSeq
extends AnyRef| 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]
|
|
Scala Library Documentation
|
|